How to use SQLite in Ionic with Capacitor

preview_player
Показать описание
Learn to add SQLite with Capacitor to your Ionic app to create offline apps with their own SQL Database included!

#############################

❤️ You can also find me on:

#############################
Рекомендации по теме
Комментарии
Автор

You read my mind, Simon. I am just looking for tutorials on SQLite. Thank you!

ellenweng
Автор

Thank you thats a great video. Is adding an ORM doable for Sqlite. I have an app that focuses on offline sync so quiet a lot sqlite usage.

eliphasmasuka
Автор

Great video Simon! I believe that the best approach for sharing the private signal from the service is creating a public property that returns computed(this.users) or computed( () => this.users()); that way you get a read only version of the signal. Keep up the good work!

juanmluces
Автор

Great video! Thanks a lot for all your content, Simon :) cheers from Argentina

juanarielbrusco
Автор

I need help with my app I’m working on. And unsure if I will get what I need if I sign up with your website.

GamerNut
Автор

tanks for it ! I'm trying to make two pages (listeOfClients and AddClientForm) but when I try to add clients and go back to the listeClient page, nothing got from the DBB. But when i implement the addclientform in the same page of listOfclients it works... Thank for your help.

yanntrad
Автор

aren't your Insert/delete queries prone for sql injection? also, why do you pass id as string in "updateUserById" when id in db schema is integer?

eduardasslutas
Автор

Hi @Simon, wich extension did you use for generate code automatic. I special part of the video you say " uu compile you are very smart" wich extension is that?

wespug
Автор

Hi Simon,

I was wondering if you know of any ORM framework for Ionic (with Capacitor) that is compatible with Sqlite?

Thank you!

tamhuynh
Автор

how do i use an existing .db file -- currently it is in the assets folder ? how can I run a .sql file?

nodiced
Автор

excuse me but i want to know the difference between sqlite and mysql sever (like phpmyadmin). is it not possible to use mysql server and ionuc capacitor?

EvTIC
Автор

How can I use the upgrade statement function to modify table structure for users that also have the app running?

bennyzimmer
Автор

thanks, but what about the synchronization with a remote DB? for example each 5 minutes to sync the locally stored DATA with the Remote DB

hazhohuman
Автор

in my physical phone, it just showed the navbar, the rest is blank white screen. Why?

AGUNGKAYA
Автор

I have a problem, I follow the same steps but to React and by some reason the database dont work, the function is like dont be called

Julio_Bandeira
Автор

The fact you expect us to send your code to gpt to convert to React and don't provide the code make everything harder

gabrielamaralpassos
Автор

what is that extension that suggests the code? anyone?

neura
Автор

Do you have a guide to how to upload file?

zearwinandallo
Автор

Man you're the best, but i got an error message, reading the query property, I think it's caused by the newUser=' '

alexreyes-cnru
Автор

The sqlite introduced in the video is not the sqlite generally referred to. There is no sqlite file, rather this ionic sqlite is stored in the indexeddb. The naming is very confusing.

marxman