Group project in school. Implementation of a DB server in Rust.
Find a file
Jindřich Moravec adb1d14e4b Merge branch 'demo-data' into 'main'
Add demo DB with two tables

See merge request x433485/minisql!19
2024-01-28 22:25:44 +01:00
client refactor: cleanup client output 2024-01-28 21:41:19 +01:00
minisql Merge branch 'main' into empty-select 2024-01-28 20:53:43 +01:00
parser Move TablePosition into schema 2024-01-28 18:43:53 +01:00
proto fix: utf8 decoding and add test to prevent it 2024-01-28 21:56:02 +01:00
server fix: cancellation before next query 2024-01-28 22:21:03 +01:00
.gitignore feat(proto): add proto crate to workspace 2023-12-15 16:41:02 +01:00
.gitlab-ci.yml ci: add pipeline for build and test 2024-01-28 18:30:06 +01:00
Cargo.lock fix: empty select returns header 2024-01-28 20:45:09 +01:00
Cargo.toml Add parsing (incl. validation) 2024-01-26 18:20:45 +01:00
demo.json Add demo DB with two tables 2024-01-28 22:10:33 +01:00
DESIGN.md Move Column into schema.rs 2024-01-28 18:40:34 +01:00
DIVISION_OF_LABOUR.txt Add division of labour 2023-10-30 22:43:16 +01:00
README.md Add a design document. 2023-10-16 01:06:37 +02:00

MiniSQL

Installation

git clone git@gitlab.fi.muni.cz:x433485/minisql.git