mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
17 lines
255 B
Common Lisp
17 lines
255 B
Common Lisp
;;;; pgloader
|
|
;;;
|
|
;;; PostgreSQL data loading tool.
|
|
;;;
|
|
|
|
(in-package #:pgloader)
|
|
|
|
;;;
|
|
;;; Internal Parameters. The one to change are in params.lisp
|
|
;;;
|
|
(defparameter *state* nil
|
|
"State of the current loading.")
|
|
|
|
;;;
|
|
;;; TODO: define a top level API
|
|
;;;
|