| Crates.io | kona |
| lib.rs | kona |
| version | 0.1.0 |
| created_at | 2024-11-14 18:19:52.271186+00 |
| updated_at | 2025-11-10 16:51:55.614147+00 |
| description | An SQLite clone written in pure Rust |
| homepage | |
| repository | https://github.com/petriek/kona |
| max_upload_size | |
| id | 1448161 |
| size | 41,078 |
An SQLite clone written in pure Rust.
This is my personal project to learn programming in Rust. I do not believe in
learning new programming languages by creating toy projects. When someone
suggested to rewrite sqlite3 in Rust, I took on the challenge.
Let's see how far we get ...