Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conscious-puppet/rust-sqlite
Toy SQLite implementation in Rust
https://github.com/conscious-puppet/rust-sqlite
database rust sqlite
Last synced: 21 days ago
JSON representation
Toy SQLite implementation in Rust
- Host: GitHub
- URL: https://github.com/conscious-puppet/rust-sqlite
- Owner: conscious-puppet
- License: mit
- Created: 2024-12-12T13:27:30.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-01T10:32:12.000Z (25 days ago)
- Last Synced: 2025-01-01T11:27:33.029Z (25 days ago)
- Topics: database, rust, sqlite
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toy SQLite implementation in Rust
Following the [Let's Build a Simple Database][0] tutorial to understand the database internals.
[0]: https://cstack.github.io/db_tutorial/