mlisp/usql
VaclavT 5005644d98 usql update
usql is still very primitive..it just barely works
2021-07-23 00:00:57 +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-23 00:00:57 +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-23 00:00:57 +02:00
lexer.h usql update 2021-07-23 00:00:57 +02:00
main.cpp usql update 2021-07-23 00:00:57 +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-23 00:00:57 +02:00
parser.h usql update 2021-07-23 00:00:57 +02:00
row.cpp usql update 2021-07-23 00:00:57 +02:00
row.h usql update 2021-07-23 00:00:57 +02:00
table.cpp usql update 2021-07-23 00:00:57 +02:00
table.h usql update 2021-07-23 00:00:57 +02:00
table.h.gch usql update 2021-07-23 00:00:57 +02:00
usql.cpp usql update 2021-07-23 00:00:57 +02:00
usql.h usql update 2021-07-23 00:00:57 +02:00

Readme.md

TODO

  • save table command
  • move csv generation from usql(save_table) to table class
  • add exceptions
  • class members should have prefix m_
  • add pipe | token
  • add to_date a to_string functions
  • add min and max functions, eg aggregate functions
  • add logging
  • add const wherever should be