drop table added

This commit is contained in:
2021-07-27 19:29:04 +02:00
parent 6d4fe43a3b
commit 7d91319f0b
11 changed files with 3282 additions and 161 deletions

View File

@@ -1,11 +1,10 @@
### TODO
- drop table command
- move csv generation from usql(save_table) to table class
- add exceptions and rename it to UsqlException
- class members should have prefix m_
- maybe to create iterator on table
- support for *
- support for order by, offset, limit
- add pipe | token
- add count min and max functions, eg aggregate functions
- add logging
- maybe to create iterator on table
- add exceptions and rename it to UsqlException
- class members should have prefix m_
- add const wherever should be