Rust SQLite (SQLRite)
Project name is a Rust-SQLite
, someone suggested SQLRite
because is being developed in Rust
and I like it, anyway the goal is write a database modeled off SQLite
, in Rust
.
Read the series of posts about it:
What would SQLite look like if written in Rust?
- Part 0 - Overview
- Part 1 - Understanding SQLite and Setting up CLI Application and REPL
- Part 2 - Simple SQL Statement Parser and Error Handling - It's coming!
Requirements
Before you begin, ensure you have met the following requirements:
- Rust (latest stable) – (How to install Rust)[https://www.rust-lang.org/en-US/install.html]
Usage (TBD)
> ./rust_sqlite -- help
Rust-SQLite 0.1.0
Joao Henrique Machado Silva <[email protected]>
Light version of SQLite developed with Rust
USAGE:
rust_sqlite
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
Contributing
Pull requests are warmly welcome!!!
For major changes, please open an issue first and let's talk about it. We are all ears!
If you'd like to contribute, please fork the repository and make changes as you'd like and shoot a Pull Request our way!
Please make sure to update tests as appropriate.
If you feel like you need it go check the GitHub documentation on creating a pull request.
Code of Conduct
Contribution to the project is organized under the terms of the Contributor Covenant, the maintainer of SQLRite, @joaoh82, promises to intervene to uphold that code of conduct.
Contact
If you want to contact me you can reach me at [email protected].