WSQL is a complete single-user relational database management system.
- Superior performance for storage
- Superior performance for query
On Windows, install MinGW
first. Then use
mingw32-make clean
mingw32-make all
On Linux, use
sudo make clean && sudo make all
On Windows, use .\wsql.exe
.
On Linux, use ./wsql
.
- Visualization of database / table / column with ML algorithm
- Brand new query optimization strategy
- Transactions and locking