drop table added

This commit is contained in:
2021-07-27 19:29:04 +02:00
parent 6d4fe43a3b
commit 7d91319f0b
11 changed files with 3282 additions and 161 deletions

View File

@@ -26,6 +26,7 @@ namespace usql {
void validate_row(const Row &row);
std::string csv_string();
int load_csv_string(const std::string &content);
void print();