Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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