Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamin-davies/squeak
An experiment to read SQLite3 databases using idiomatic Rust.
https://github.com/benjamin-davies/squeak
Last synced: about 1 month ago
JSON representation
An experiment to read SQLite3 databases using idiomatic Rust.
- Host: GitHub
- URL: https://github.com/benjamin-davies/squeak
- Owner: Benjamin-Davies
- Created: 2023-10-06T04:26:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T09:37:22.000Z (about 1 year ago)
- Last Synced: 2023-11-19T09:55:30.866Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Squeak
An experiment to read (and maybe someday write) SQLite3 databases using idiomatic Rust.
## Roadmap
- [x] Read tables
- [x] Read indices
- [ ] Derive macro for `Table` trait
- [ ] Write tables
- [ ] Write indices
- [ ] Transactions### Non-goals
- SQL support, except maybe for schema validation
## References
https://www.sqlite.org/fileformat.html