Skip to content

xolve/uosql-server

 
 

Repository files navigation

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.

About

An experimental SQL database server written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.5%
  • C 1.8%
  • Smarty 1.1%
  • Shell 0.6%