-
### What version of Datahike are you using?
0.6
### What version of Java are you using?
17
### What operating system are you using?
guix
### What database EDN configuration are you using?
irrel…
-
I tried out the IndexedDB implementation and attempted to use it from a WebWorker. However, Datahike never finds the DB. My assumption is that konserve uses `js/window.indexedDB` which is not availabl…
-
Hi,
when schema is added later in the life of a db, exported data can not be imported again without sorting schema to the top of the file first.
There is a script at [https://markusgraf.net/2020-12-…
-
Hello! I'm searching for ways to use Datalog kind of queries in Clojure and come to here. Is this project alive? Can be considered an option to use for serious work 'today'?
-
The key-value protocol's [dissoc method](https://github.com/replikativ/konserve/blob/master/src/konserve/protocols.cljc#L10) supports removing one key at a time. Clojure's [dissoc](https://clojuredocs…
-
I tried to have this answered in the datahike slack chat, but nobody did know an answer.
I want to store 5000 values, each with a specific key in the konserve store.
From the documentation I am not …
awb99 updated
2 years ago
-
Using an in-memory database and reloading data on every reset is quite annoying.
I've already figured out one way using docker to spin a persistent datomic instance on the FS, I'm exploring a littl…
-
While stress testing datahike distribution I ran into this error earlier against version `0.3.0`. I cannot make sense yet of where it is coming from, it only happened once so far during many load test…
whilo updated
11 months ago
-
The namespaces are too complected and need some refactoring. Unused and deprecated functions need to be removed. Additionally, the folder structure needs to be reviewed and a better package structure …
-
*Might* be related to #75 . An invalid inline lookup ref throws an exception, a parameterized one doesn't.
```clojure
bus.scheduler> (def c (db/connect (doto "datahike:mem://test" db/create-databa…