Some more clean-up.

This commit is contained in:
Dimitri Fontaine 2013-11-06 15:49:09 +01:00
parent 7ae56cbed3
commit ca968e62e4

View File

@ -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")))