Skip to content
/ WSQL Public

WSQL is a complete single-user relational database management system.

License

Notifications You must be signed in to change notification settings

Dynmi/WSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSQL

Introduction

WSQL is a complete single-user relational database management system.

Features

  • Superior performance for storage
  • Superior performance for query

Documentation

Try it

Install

On Windows, install MinGW first. Then use

mingw32-make clean
mingw32-make all

On Linux, use

sudo make clean && sudo make all

Run

On Windows, use .\wsql.exe.

On Linux, use ./wsql.

Next version

  • Visualization of database / table / column with ML algorithm
  • Brand new query optimization strategy
  • Transactions and locking