Group project in school. Implementation of a DB server in Rust.
Find a file
2024-01-28 18:33:51 +01:00
client Add parsing (incl. validation) 2024-01-26 18:20:45 +01:00
minisql chore: min rust version for minisql crate 2024-01-28 18:33:51 +01:00
parser Disallow indexing of non-indexable columns 2024-01-28 17:20:50 +01:00
proto feat: support for cancel requests in handshake 2024-01-22 21:59:39 +01:00
server Merge branch 'persistence-2-electric-boogaloo' into details-v1 2024-01-28 18:19:13 +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 feat: add db state persistence 2024-01-28 16:19:21 +01:00
Cargo.toml Add parsing (incl. validation) 2024-01-26 18:20:45 +01:00
DESIGN.md Attempt to introduce basic types 2023-10-25 23:45:00 +02: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