mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
12 lines
299 B
Common Lisp
12 lines
299 B
Common Lisp
;;; facility to easily run the program
|
|
|
|
(ql:quickload :pgloader)
|
|
(in-package :pgloader)
|
|
|
|
(setq *myconn-host* "localhost"
|
|
*myconn-user* "debian-sys-maint"
|
|
*myconn-pass* "vtmMI04yBZlFprYm")
|
|
|
|
;; start with a new empty state, for stats.
|
|
(setq pgloader:*state* (pgloader.utils:make-pgstate))
|