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

https://github.com/mverleg/atadb

atadb will be a simple but fast relational database that supports a subset of SQL.
https://github.com/mverleg/atadb

database rmdbs rust sql

Last synced: about 1 year ago
JSON representation

atadb will be a simple but fast relational database that supports a subset of SQL.

Awesome Lists containing this project

README

          

atadb
===============================

``atadb`` will be a simple relational database focused on speed, best practises and simplicity made in Rust.

It supports only a subset of SQL. Most notably, it will only allow joins that have indices in both tables (with equality constraints). This forces one to write performant queries. It also only supports prepared statements, to enforce best practises.

For a more detailed list of features, see features.rst_.

It is mostly being developed as a learning project. If you are learning about Rust and/or databases and would like to join, create an issue!

.. _features.rst: features.rst