sqliteTable is deprecated

Apparently sqliteTable is deprecated and I couldn't find the replacement for it.
2 Replies
Mario564
Mario5642mo ago
sqliteTable is stil the way to define tables in SQLite. What's deprecated is returning an object instead of an array in the third parameter. We are aware of an issue where the deprecation notice appears if you don't have the third param, something which shouldn't happen
Coder
CoderOP2mo ago
thanks for clarifying

Did you find this page helpful?