#sqlite #syncing #automatic #transparent #persistence #in-memory #disk

daydream

Transparent, automatic syncing of in-memory data to SQLite on disk

2 releases

0.1.1 Nov 3, 2023
0.1.0 Nov 3, 2023

#1143 in Database interfaces

Apache-2.0

5KB

daydream

The goal of the daydream crate is to enable syncing in-memory data to SQLite with ease, for applications that want to add some degree of persistence with minimal effort or worry. The tradeoff here is that you don't get much control over how the layout is done (though daydream will be designed to be reasonably fast and predictable in terms of syncing behavior), but that it's very easy to integrate.

NOTE: This crate is not yet implemented, it is purely a concept being designed around at the moment.

License

The daydream crate is Apache-2.0 licensed.

No runtime deps