Sqlite db file Example to use on loading pre existing database. #1550
Answered
by
radex
jcdevz-dev
asked this question in
Q&A
-
What would a SQLite dbfile looks like from the examples of making schemas on the documents? I am confused on what should I use for the data types. Can I use TEXT or VARCHAR(??) for 'strings ' and INTEGER or NUMERIC for 'number' ? |
Beta Was this translation helpful? Give feedback.
Answered by
radex
Mar 3, 2023
Replies: 2 comments
-
It doesn't matter what you use, SQLite doesn't have real types, only type hints. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcdevz-dev
-
Thanks for clarification |
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
It doesn't matter what you use, SQLite doesn't have real types, only type hints.