DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

AriaSQL


AriaSQL is a hobbyist relational database management system prototype that implements a subset of the ANSI SQL standard. It uses a B+tree indexing, write-ahead logging for crash recovery, row-level locking, foreign key constraints, stored procedures, and a command-line interface. The system also includes optional features for data encryption using ChaCha20 and storage compression using ZSTD.

Source Code
https://github.com/ariasql/ariasql[01]
Country of Origin
CA
Start Year
2024
End Year
2024
Project Type
Open Source
Written in
Go
Operating System
Linux
License
AGPL v3

Database Entry

AriaSQL


AriaSQL is a hobbyist relational database management system prototype that implements a subset of the ANSI SQL standard. It uses a B+tree indexing, write-ahead logging for crash recovery, row-level locking, foreign key constraints, stored procedures, and a command-line interface. The system also includes optional features for data encryption using ChaCha20 and storage compression using ZSTD.

History


The system's source code repository was marked as a read-only archive in 2026 and is now considered abandoned.

Data Model


Foreign Keys


Indexes


Logging


Query Interface


Stored Procedures


Revision #4 Last Updated: