Benjamin-Davies / squeak

An experiment to read SQLite3 databases using idiomatic Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squeak

An experiment to read (and maybe someday write) SQLite3 databases using idiomatic Rust.

Roadmap

  • Read tables
  • 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

About

An experiment to read SQLite3 databases using idiomatic Rust.


Languages

Language:Rust 100.0%