mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-26 09:31:02 +01:00
Some more clean-up.
This commit is contained in:
parent
7ae56cbed3
commit
ca968e62e4
18
src/run.lisp
18
src/run.lisp
@ -1,18 +0,0 @@
|
||||
;;; facility to easily run the program
|
||||
|
||||
(ql:quickload :pgloader)
|
||||
(in-package :pgloader)
|
||||
|
||||
(setq *myconn-host* "localhost"
|
||||
*myconn-user* "debian-sys-maint"
|
||||
*myconn-pass* "vtmMI04yBZlFprYm")
|
||||
|
||||
(loop
|
||||
for test in (list #'pgloader.mysql:stream-database
|
||||
#'pgloader.mysql:export-database
|
||||
#'pgloader.mysql:export-import-database)
|
||||
do
|
||||
(format t "~&~%Testing ~a:~%~%" test)
|
||||
(funcall test "yagoa" :only-tables '("membres" "sav_themes")))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user