kona 0.1.0

An SQLite clone written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
# KONA

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`](sqlite.org) in Rust, I took on the challenge.

Let's see how far we get ...