github

joaoh82 / rust_sqlite

  • воскресенье, 21 февраля 2021 г. в 00:24:59
https://github.com/joaoh82/rust_sqlite

Rust
SQLite clone from scratch in Rust



Rust SQLite (SQLRite)

Build Status dependency status Coverage Status Maintenance MIT licensed

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?

The SQLite Architecture

Requirements

Before you begin, ensure you have met the following requirements:

Usage (TBD)

> ./rust_sqlite -- help
Rust-SQLite 0.1.0
Joao Henrique Machado Silva <joaoh82@gmail.com>
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 joaoh82@gmail.com.

Inspiration