mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 15:27:00 +02:00
9 lines
200 B
Common Lisp
9 lines
200 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")
|