Loading repository data…
Loading repository data…
lydongcanh / repository
Yet Another Weird Database (YawDB)
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
YawDB (Yet Another Weird Database) is a simple SQL database implementation written in Rust. It is designed for educational purposes to help you understand the internals of SQL databases.
INSERT, UPDATE, DELETE, and SELECT operations.git clone https://github.com/yourusername/yawdb.git
cd yawdb
cargo build
cargo test