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

https://github.com/lss233/minidb

A lightweight relational database implementation in kotlin.
https://github.com/lss233/minidb

dbms kotlin relational-databases

Last synced: 3 months ago
JSON representation

A lightweight relational database implementation in kotlin.

Awesome Lists containing this project

README

          

# MiniDB
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flss233%2FMiniDB.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Flss233%2FMiniDB?ref=badge_shield)

A lightweight database implementation in kotlin, written as a learning project.
## Architecture
![Architecture](docs/MiniDB%20-%20Architecture.png)

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flss233%2FMiniDB.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Flss233%2FMiniDB?ref=badge_large)