A minimal SQLite clone implemented in Rust.
This project is a simple clone of SQLite, written in Rust for learning and experimentation purposes.
- Basic SQL command parsing
- In-memory data storage
- Command-line interface
Rust and Cargo installed on your system
Clone the repository:
git clone https://github.com/soumasish/sqliteclone.git
cd sqliteclone
Build the project:
cargo build --release
Run the application:
cargo run
This project is licensed under the MIT License.