Impressive!
#762
Replies: 1 comment
-
Thank you. Please show me an example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good job!
I noticed that SQL queries are generated on runtime
std::stringstream ss;
ss << "CREATE TABLE '" << tableName << "' ( ";
Which is possible to generate on compile time IMHO, as soon as the table meta info are types.
Cheers
Vladimir
Beta Was this translation helpful? Give feedback.
All reactions