This repository was archived by the owner on Aug 24, 2025. It is now read-only.
Releases: NopAngel/axisql
Releases · NopAngel/axisql
v1.0
AXISQL - v1.0
AXISQL (Advanced X-tended Indexing SQL)
This is a SQL inspired database.
An interpreter was created for AXISQL, which includes some basic operations such as: FUNCTIONS, JOIN, DELETE, UPDATE, CALL, SELECT, among others. Here is an ".exe" file where you can open the file (in Terminal) and run your file (.axisql required), e.g.:
$ axisql.exe ./PATH/TO/FILE.axisql📄License
AXISQL is licensed under GPLv3—meaning it's open-source, free to use, and encourages collaboration.
AXISQL - v0.1
AXISQL (Advanced X-tended Indexing SQL)
This is a SQL inspired database.
It comes with basic features such as CRUD OPERATIONS, a convenient Storage System and so on.
Installation & Usage
1️⃣ Building the Project
Compile AXISQL using make:
make2️⃣ Running AXISQL
Execute the binary:
./build/axisql # This is SDK, If you want to test a place to run AXISQL, the best option is to use axiscli, and it is in the build folder.And that's it, you're now running AxiSQL on your computer!!
📄License
AXISQL is licensed under GPLv3—meaning it's open-source, free to use, and encourages collaboration.