usql/Readme.md

12 lines
334 B
Markdown

### 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
- add pipe | token
- add count min and max functions, eg aggregate functions
- add logging
- add const wherever should be