MariaDB & MySQL Database Management Tool
At first functionality for DML (Data Manipulation Language) will be developed. Next steps are functionality for DDL (Data Definition Language) and usability.
This is a small tool useful to update a database using a folder with sql script inside.
To keep track of updates, a system table named XSB_UPDATES will be created.
This table will be updated automatically after the execution of each script sql.
Current supported database:
- Firebird
- Sqlite
- Ms Sql Server
Databases to test:
- MySql
- Postgres
- Oracle
- Sybase