Software Archive
Read-only legacy content

Sqlite

Murugesh_S_
Beginner
388 Views

I am not able to create db with more than 32 colums can anyone please help me. I am using sqlite  and I have attached my project please check and tell creating d in app.js

0 Kudos
1 Reply
Elroy_A_Intel
Employee
388 Views

This limitation could be set within the plugin as noted by the SQLite Limitation page that the maximum number of columns can be defined at compile time. You should contact the plugin developer in regards to this issue. 

I recommend considering another sqlite plugin. There are others such as https://www.npmjs.com/package/cordova-plugin-sqlite.

0 Kudos
Reply