filtered column names and delete

This commit is contained in:
Nicholas Orlowsky 2023-12-10 13:34:29 -06:00
parent 244f339460
commit a26ea16f55
5 changed files with 139 additions and 24 deletions

View file

@ -14,9 +14,9 @@ This is a SQL database written in Rust. It will be based off of (and hopefully b
[X] SELECT * query
[ ] DELETE command
[x] SELECT (filtered columns) query
[ ] SELECT (filtered columns) query
[x] DELETE command
[ ] WHERE clause for SELECT and DELETE