uoSQL is an experimental SQL database developed at the University of Osnabrück. It's mainly for educational use.
This project was developed as part of a practical database course at the University of Osnabrück between August 31, 2015 and September 18, 2015.
To build the client run:
cargo build
To build the server run in subdirectory server:
cargo build
To start the server run in subdirectory server:
cargo run
To start the commandoline-client run:
cargo run --bin uosql-client
To start the web-client run:
cargo run --bin web-client
A documentation in German is available here
To contribute to this project: Fork it, make changes, create PR.