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.
- build dashboard
cd client npm install npm run build - build rsql
cargo build --release
- run rsql
cargo run --release
- now you can open the dashboard in your browser at
http://localhost:4456or use websocket api tows://localhost:4456/ws(for detailed informantion, see websocket documentation).
cargo buildcargo checkcargo testcargo bench