datahike-postgres
datahike-postgres copied to clipboard
Datahike with Postgres as data storage
Fixes #11
My configuration for PostgreSQL is the following: ``` (def cfg {:store {:backend :pg :host "localhost" :port 5432 :user "postgres" :password "" :dbname "dhike"}}) ``` As I'm currently running locally, I...
Hi, I'm looking to test datahike on a small heroku postgres app and I'm wondering if there's a relationship between entity count and row's created? The reason I'm asking is...
I have a very simple project that i generated using luminus. The project is basically empty but i have this file: ```clojure (ns clan.db.core (:require [datahike.api :as d] [datahike-postgres.core] [mount.core...