logic exprs
This commit is contained in:
parent
a26ea16f55
commit
824a5cdb43
6 changed files with 474 additions and 26 deletions
14
README.md
14
README.md
|
@ -18,7 +18,19 @@ This is a SQL database written in Rust. It will be based off of (and hopefully b
|
|||
|
||||
[x] DELETE command
|
||||
|
||||
[ ] WHERE clause for SELECT and DELETE
|
||||
[x] WHERE clause for SELECT and DELETE
|
||||
|
||||
[ ] Create squirrel-core library for shared code between client & server
|
||||
|
||||
[ ] Update parser to use common logic to identify 'objects' (i.e function calls, column references, and variables)
|
||||
|
||||
[ ] Move parsing to client
|
||||
|
||||
[ ] Create better logging
|
||||
|
||||
[ ] UPDATE command
|
||||
|
||||
[ ] Prune deleted records from disk
|
||||
|
||||
[ ] Primary Keys via B+ Tree
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue