datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
mmer 2021-01-18T22:15:14.003400Z

Sorry simple noob question: what am I doing wrong; Trying to use postgres, it was working but I can't get it reworking! Error:

mmer 2021-01-18T22:15:21.003600Z

Execution error (IllegalArgumentException) at datahike.store/eval23474$fn (store.cljc:23). Can't delete a store with scheme: pg

mmer 2021-01-18T22:16:00.004Z

config:

(def cfg {:store {:backend :pg :host "localhost" :port 5432 :username "postgres" :password "postgres" :dbname "pg_example" :name "db"  :schema-flexibility :write}})