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.
- Host: GitHub
- URL: https://github.com/mverleg/atadb
- Owner: mverleg
- License: apache-2.0
- Created: 2018-07-14T18:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T18:35:59.000Z (over 7 years ago)
- Last Synced: 2024-05-02T00:01:44.785Z (almost 2 years ago)
- Topics: database, rmdbs, rust, sql
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
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