SQL Query Util-Izing Rust's Reliable and Efficient Logic - A SQL Server written in Rust
Find a file
2023-08-08 01:39:34 -05:00
squirrel-client fix ups + rewrite parser 2023-08-08 01:38:02 -05:00
squirrel-server remove deps 2023-08-08 01:39:34 -05:00
.DS_Store add files 2023-08-02 23:14:46 -05:00
README.md add files 2023-08-02 23:14: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

[ ] Table creation via CREATE with varchar & integer datatype

[ ] SELECT * query

[ ] SELECT (filtered columns) query

[ ] Primary Keys via B+ Tree

[ ] Foreign Keys

[ ] Some form of JOINs

[ ] Support Postgres' messaging system (wire compatability)

... other stuff is TBD