update projects

This commit is contained in:
Nicholas Orlowsky 2023-08-18 02:00:42 -05:00
parent c7ccfb60bf
commit e643a0ddce
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065

View file

@ -42,9 +42,10 @@
<a href="https://github.com/nickorlow/squirrel">[ GitHub Repo ]</a> <a href="https://github.com/nickorlow/squirrel">[ GitHub Repo ]</a>
<p> <p>
SQUIRREL stands for SQL Query Util-Izing Rust's Reliable and Efficient Logic. It is a SQL database SQUIRREL stands for SQL Query Util-Izing Rust's Reliable and Efficient Logic. It is a SQL database
that I am writing in Rust. Currently, it can parse CREATE TABLE commands, and works with the that I am writing in Rust. Currently, it can create tables, insert data into tables, and select all
data types varchar and int. I plan to implement basic CRUD operations, then add JOINs, and then data from a given table. The biggest challenge so far has been writing the parser. My next steps are
try to make it wire-compatible with Postgres. to add WHERE clauses to SELECT statements, allow column filtering in SELECT statements, and add DELETE
statements.
</p> </p>
</div> </div>