Software Archive
Read-only legacy content
17061 Discussions

Using SQL

Faaiz_ali_k_
Beginner
208 Views

Hello Everyone...I am creating an app which involves taking user's information(name,age,etc).

I have created the app,but I don't know how to connect to a database,etc(I am a beginner).I have also been told to use only Sql Lite.

So,if anyone could help me with how to do that,what plugins I should use,any tutorials,etc,It would be really helpful for me.

Thanks in advance!!

 

P.S- I am a beginner and this is the first time I'm gonna do this.

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
208 Views

Faaiz -- this is not a good forum for learning how to use SQL, Stack Overflow and similar sites would be better for that. There is a Cordova SQLite plugin that can be used to enable the use of an SQLite database as part of your app, but that is an underlying component, not something that does the SQL for you. For information on how to use that plugin please see the plugin documentation (search for "cordova plugin sqlite").

0 Kudos
Reply