|
xale-db 1.0
minimal SQL engine, written in c++
|
XaleDB is a minimal SQL database engine.
checkout technical doc: xale-db: Main Page
or
or using autorun.sh
Debug:
Server:
Client (CLI):
Tests:
Features:
Not Implemented Features:
Query OK, table created
Query OK, 1 row inserted
| id | name | age | |-—|----—|--—| | 1 | Alice | 30 |
2 rows in set
Query OK, 1 row updated
| id | name | age | |-—|----—|--—| | 1 | Alice | 31 |
Query OK, 1 row deleted
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the [LICENSE](LICENSE) file for details.