qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Consider a directory-based file format, rather than a single SQLite file #181

Open gburd opened 4 years ago

gburd commented 4 years ago

This would not only keep all of SQLite's peripheral files together, but also gives us more flexibility to add peripheral files or split database storage without causing trouble.

Pros and cons, anyone?