Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.2 KB

uoSQL - SQL database server

Build Status License

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.

Build

To build the client run: cargo build

To build the server run in subdirectory server: cargo build

Usage

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

Documentation

Documentation uosql

Documentation uosql-client

A documentation in German is available here

Development

To contribute to this project: Fork it, make changes, create PR.