The the limits or suggestion about maximum number of tables with sqlite3. On 64bits Linux OS.
1 Answer
sqlite limits does not specify a maximum number of tables. And since sqlite was intended to have as few limits as possible I would conclude that there is no limit.
1 Comment
Andrew_1510
To have as few limits as possible is an design intention of sqlite. As recent versions, sqlite3, it shows they are going to make limits clearer than 'less limits'. But I think this should not concern the number of tables in normal usage. Just for cases.