I have some questions since I'm a noobie #125
Unanswered
JeysonFlores
asked this question in
Q&A
Replies: 1 comment
-
Okay there are few points to take here.
You can call
I don't understand what you meant here |
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
-
I have 2 pieces of code, the one like the example of the README.md and the other the code that is on #113 . I have these questions:
sqlite_tbl
? Initially I thought that when I connect the DB and define the tables these tables would be created (like an ORM) but it seems like doesn't work like that. So, when I declare a"luatable"
type in a column what type should I declare in the SQL definition?text
,varchar
or something else?I have this code by the way
and it gives me the following error:
Beta Was this translation helpful? Give feedback.
All reactions