(apply-schema-migration conn {:keys [table specs]})
Apply the schema to the database
Apply the schema to the database
(close-connection conn)
(create-connection {:keys [host user dbname password port]})
(create-pg-connection config)
(create-pg-destination db {:keys [table specs]})
(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
(pg-destination db)
(write-batch conn table batch)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close