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]
- Developer
- Country of Origin
- CA
- Start Year
- 2024
- End Year
- 2024
- Project Type
- Open Source
- Written in
- Go
- Operating System
- Linux
- License
- AGPL v3
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.