An open API service indexing awesome lists of open source software.

https://github.com/ubugeeei/ubdb

Toy RDBMS implements
https://github.com/ubugeeei/ubdb

Last synced: 3 months ago
JSON representation

Toy RDBMS implements

Awesome Lists containing this project

README

        

# ubdb

A Toy RDBMS written in Rust.

## Usage

```bash
$ cargo run --example sample-dat
$ cargo run -- -i

SELECT id, name FROM user;
SELECT * FROM todo WHERE id = 1;
```

# Log

https://github.com/Ubugeeei/work-log/discussions/197