StellarSQL
StellarSQL copied to clipboard
🚧 (Archived) StellarSQL: a minimal SQL DBMS written in Rust
Add the new `Bool` datatype. It would be alike to #29 and easy to implement.
- [ ] DISTINCT - [ ] TOP https://github.com/tigercosmos/StellarSQL/blob/c8e8d19b145dcaa714c6bb3f39b4fa48701a21e8/src/sql/worker.rs#L117-L131
- [ ] full outer join - [ ] inner join - [ ] left join - [ ] right join https://github.com/tigercosmos/StellarSQL/blob/c8e8d19b145dcaa714c6bb3f39b4fa48701a21e8/src/sql/worker.rs#L117-L131
Now we use `dirty` property to record the status of the `SQL` object. The pool stores many `SQL`, and when the `SQL` is pop out or the client disconnects the...
When there is a join, there might be fields with same name, like `t1.a = t2.a`. We cannot use field name as the key for hashmap in such condition, so...
follow same method in https://github.com/tigercosmos/node-color-log `StellarSQL>` and error message should be colourful.
Keyword: - Building on Property-revealing EncrypTion - [Multi-Key Searchable Encryption](https://eprint.iacr.org/2013/508.pdf)