Liking cljdoc? Tell your friends :D

etlp.db


apply-schema-migrationclj

(apply-schema-migration conn {:keys [table specs]})

Apply the schema to the database

Apply the schema to the database
raw docstring

close-connectionclj

(close-connection conn)

create-connectionclj

(create-connection {:keys [host user dbname password port]})

create-pg-connectionclj

(create-pg-connection config)

create-pg-destinationclj

(create-pg-destination db {:keys [table specs]})

db-schema-migrated?clj

(db-schema-migrated? conn {:keys [table]})

Check if the schema has been migrated to the database

Check if the schema has been migrated to the database
raw docstring

pg-destinationclj

(pg-destination db)

write-batchclj

(write-batch conn table batch)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close