kwilteam / kwil-db

Kwil DB, the database for web3
https://www.kwil.com/
Other
36 stars 12 forks source link

Feature/v0.10 sql ddl #1075

Closed Yaiba closed 3 weeks ago

Yaiba commented 1 month ago

This pr adds new DDLs:

Yaiba commented 4 weeks ago

To deal with new DDL, I create ParseDDL and WriteDDL for now so I don't break the downstream analyzer/planner, also allow me to write tests.

Also add some basic validations on create table

Yaiba commented 4 weeks ago

OK Just add Drop table statement, also address feedback on ParseDDL function.