Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 691 Bytes

readme.md

File metadata and controls

41 lines (27 loc) · 691 Bytes

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