datahike-jdbc icon indicating copy to clipboard operation
datahike-jdbc copied to clipboard

Datahike JDBC data storage backend

Results 3 datahike-jdbc issues
Sort by recently updated
recently updated
newest added

Move current integration tests for postgres from Datahike to datahike-jdbc. More generally incorporate that test code for all backends in datahike-jdbc integration tests. See [Datahike issue 467](https://github.com/replikativ/datahike/issues/467).

`DATAHIKE_STORE_BACKEND=jdbc DATAHIKE_STORE_CONFIG='{:dbtype "h2:mem" :dbname "datahike"}' lein test :only datahike-jdbc.core-test/test-env` throws error: ``` ERROR in (test-env) (async.cljc:125) Uncaught exception, not in assertion. expected: nil actual: clojure.lang.ExceptionInfo: Failed to retrieve value from...

next.jdbc is used under the hood and provides the option to pass a `jdbcUrl` in the configuration map. It should be possible to configure jdbc with `:jdbcUrl` in the config-map....

bug