Skip to content

kunlinglio/rsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

341 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsql

Rsql is a simple relational database system written in Rust, supporting basic ACID properties and a subset of SQL.

More features please refer to the documentation.

Quick Start

  1. build dashboard
    cd client
    npm install
    npm run build
  2. build rsql
    cargo build --release
  3. run rsql
    cargo run --release
  4. now you can open the dashboard in your browser at http://localhost:4456 or use websocket api to ws://localhost:4456/ws(for detailed informantion, see websocket documentation).

Development

Build

cargo build

Check

cargo check

Test

cargo test

Performance Test

cargo bench

About

A simple relational database system written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors