Fork me on GitHub
#off-topic
<
2018-10-08
>
benzap08:10:23

So something like datomic uses psql and similar databases to target as a solution in a large-scale project. Is it feasible to consider having a datascript to sqlite layer for smaller projects, and has anything been developed with this in mind?

borkdude10:10:23

@benzap Take a look at #datahike

benzap11:10:42

yeah, I think datahike is promising, but it seems to only tie into a file

benzap11:10:39

i'm not sure how well it would deal with large databases. Something like sqlite can still manage large amounts of data

benzap11:10:22

there was an article a few months back which is closer to what I was thinking, where he wrote a query language to target sql similar in nature to datomic

mpenet11:10:31

I think you can create alternative storage protocols impl for datahike (I never did so, but that's what I remember)