Fork me on GitHub
#datalevin
<
2023-02-28
>
respatialized15:02:14

is there a way to run Datalevin purely in-memory? should I just create a DB in a temp dir? use case: log file analysis for EDN-formatted logs from mulog. I’d love to be able to query them with both datalog and full-text search, but I have no need to persist them in datalevin long-term because they live elsewhere.

Huahai16:02:49

pass {:kv-opts {:temp? true}} option to create-conn should be fine

2
👍 1