Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alilleybrinker/daydream
Transparent, automatic syncing of in-memory data to/from SQLite
https://github.com/alilleybrinker/daydream
rust sqlite
Last synced: 14 days ago
JSON representation
Transparent, automatic syncing of in-memory data to/from SQLite
- Host: GitHub
- URL: https://github.com/alilleybrinker/daydream
- Owner: alilleybrinker
- License: apache-2.0
- Created: 2023-11-03T18:07:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T02:38:07.000Z (9 months ago)
- Last Synced: 2024-10-11T12:19:53.465Z (about 1 month ago)
- Topics: rust, sqlite
- Language: Rust
- Homepage: https://crates.io/crates/daydream
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.