e7252e856a9f7f9b319f049830f4b1d43e88897e
TODO
- date functions - now, add_date...
- string functions rtrim, ltrim, rpad, lpad
- add pipe | concatenation
- support for order by, offset, limit (allow column name in order by, validate)
- command line interface
- support for uniqueue indexes (primary key)
- support for btree indexes
- add count min and max functions, eg aggregate functions
- add const wherever should be
- PERF in Row::Row(const Row &other), could be more efficient (memory and cpu)
Description
Languages
C++
91.9%
C
7.9%
CMake
0.1%