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

https://github.com/sarthakmakhija/picodb

Tiny relational database inspired by the book: Database design and implementation by Edward Sciore.
https://github.com/sarthakmakhija/picodb

database rust sql

Last synced: 10 months ago
JSON representation

Tiny relational database inspired by the book: Database design and implementation by Edward Sciore.

Awesome Lists containing this project

README

          

# picodb (WIP)
[![picoDbBuild](https://github.com/SarthakMakhija/picodb/actions/workflows/build.yml/badge.svg)](https://github.com/SarthakMakhija/picodb/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/SarthakMakhija/picodb/graph/badge.svg?token=LV1YT2KD2G)](https://codecov.io/gh/SarthakMakhija/picodb)

Tiny relational database inspired by the book: Database design and implementation by Edward Sciore.