|
xale-db 1.0
minimal SQL engine, written in c++
|
XaleDB is a minimal SQL database engine.
checkout technical doc: xale-db: Main Page
**/!\ Linux only** — Windows support is not implemented yet with OpenSSL. The project builds and runs exclusively on Linux.
or
or using autorun.sh
Server:
Client (CLI):
In CLI use: !help for some quick tips.
Detailed doc is available on: xale-db: SQL commands usage
Features:
Not Implemented Features:
Query OK, table created
Query OK, 1 row inserted
| id | name | age | |-—|----—|--—| | 1 | Alice | 30 |
2 rows in set
| id | name | age | |-—|----—|--—| | 1 | Alice | 31 |
Query OK, 1 row deleted
The UPDATE is not implemented yet.
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the [LICENSE](LICENSE) file for details.