SQL Query Util-Izing Rust's Reliable and Efficient Logic - A SQL Server written in Rust
Find a file
2023-08-08 15:11:12 -05:00
squirrel-client remove files 2023-08-08 01:40:01 -05:00
squirrel-server Rename package 2023-08-08 15:11:12 -05:00
README.md minor file updates 2023-08-08 14:55:46 -05:00

SQUIRREL

SQL Query Util-Izing Rust's Reliable and Efficient Logic


About

This is a SQL database written in Rust. It will be based off of (and hopefully be made wire-compatible with) PostgreSQL's syntax.

Feature roadmap

[X] CREATE TABLE with varchar & integer datatypes

[X] INSERT INTO (non-batched)

[X] SELECT * query

[ ] DELETE command

[ ] SELECT (filtered columns) query

[ ] WHERE clause for SELECT and DELETE

[ ] Primary Keys via B+ Tree

[ ] Foreign Keys

[ ] Some form of JOINs

[ ] Support Postgres' messaging system (wire compatability)

... other stuff is TBD