mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
15 lines
323 B
Common Lisp
15 lines
323 B
Common Lisp
;;; facility to easily run the program
|
|
|
|
(ql:quickload :galaxya-loader)
|
|
|
|
(in-package :galaxya-loader)
|
|
|
|
(let ((*pgcon* '("galaxya" "none" "localhost" :port 5432))
|
|
((csv-path-root* "/home/cyb/csv")))
|
|
|
|
;; when we're ready we do that
|
|
;; (load-all-databases))
|
|
|
|
;; meanwhile
|
|
(load-database-tables "weetix"))
|