mlisp/usql
VaclavT db0e280371 usql update 2021-07-27 19:31:41 +02:00
..
clib usql update 2021-07-23 00:00:57 +02:00
CMakeLists.txt usql update 2021-07-23 00:00:57 +02:00
Readme.md usql update 2021-07-27 19:31:41 +02:00
csvreader.cpp very basic version of usql 2021-07-14 12:01:44 +02:00
csvreader.h very basic version of usql 2021-07-14 12:01:44 +02:00
data.csv usql update 2021-07-23 00:00:57 +02:00
exception.cpp usql update 2021-07-23 00:00:57 +02:00
exception.h usql update 2021-07-23 00:00:57 +02:00
lexer.cpp usql update 2021-07-27 18:07:20 +02:00
lexer.h usql update 2021-07-27 18:07:20 +02:00
main.cpp usql update 2021-07-27 19:31:41 +02:00
ml_date.cpp usql update 2021-07-23 00:00:57 +02:00
ml_date.h usql update 2021-07-23 00:00:57 +02:00
parser.cpp usql update 2021-07-27 18:07:20 +02:00
parser.h usql update 2021-07-27 18:07:20 +02:00
prices.csv usql update 2021-07-27 19:31:41 +02:00
row.cpp usql update 2021-07-27 18:07:20 +02:00
row.h usql update 2021-07-27 18:07:20 +02:00
table.cpp usql update 2021-07-27 18:07:20 +02:00
table.h usql update 2021-07-27 18:07:20 +02:00
usql.cpp usql update 2021-07-27 19:31:41 +02:00
usql.h usql update 2021-07-27 19:31:41 +02:00

Readme.md

TODO

  • support for *
  • support for order by, offset, limit
  • add pipe | token
  • add count min and max functions, eg aggregate functions
  • maybe to create iterator on table
  • add exceptions and rename it to UsqlException
  • class members should have prefix m_
  • add const wherever should be