cd92e2727093b88d0830f063b35c21e1278a382a
TODO
- command line interface
- date functions - now, add_date...
- add pipe | token
- string functions rtrim, ltrim, rpad, lpad
- support for order by, offset, limit (allow column name in order by, validate)
- support for uniqueue indexes (primary key)
- support for btree indexes
- add count min and max functions, eg aggregate functions
- support for parenthesis
- class members should have prefix m_
- 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%