Thanks a lot! You saved me, in the next week i gona start a project with this tech.
@AaronSaundersCI Жыл бұрын
please let me know how it works out!! - thanks for stopping by, please give a like and consider subscribing to the channel
@PSnaki Жыл бұрын
Thanks, I needed to find out how to use the plugin in capacitor 5. but receive error 'out of memory' ¿what functionality has the parameter "version" in the connection ?
@contentmatch Жыл бұрын
God bless you ! Thank you for the knowledge
@AaronSaundersCI Жыл бұрын
Glad it was helpful, I would appreciate a like and subscribe, it helps to give the channel more exposure
@marxman1010 Жыл бұрын
Is there any tool to show tables and data created in the sqlite db? It seems created on indexeddb, but chrome only shows jeepsqlitestore.
@AaronSaundersCI Жыл бұрын
i use a vs code extension
@kyawzin1722 Жыл бұрын
I follow along the code however i got Error: out of memory error as soon as i call `await db.open();`
@AyomideAfolabi-f6c Жыл бұрын
Hey man, great video. Really needed this for the project I'm working on. However, what do you do in the scenario there's a schema update and you need to run migrations, but there's data still saved in the using the previous schema?
@AaronSaundersCI Жыл бұрын
You would need export existing data, update the schema, then reimport the data. There are some instance
@AksoomHussain7866 Жыл бұрын
great tutorial, tried to implant the setup sqlite database work fine on android but don't save data on IOS device (restarting app and login don't save) and unable to debug that too, any catch?, i use nuxt pinia and laravel backend
@AaronSaundersCI Жыл бұрын
Would need to see code, this initial set up is not trivial
@bu1ich Жыл бұрын
Thanks a lot! But is it possible to use any ORM's with this stack? Maybe TypeORM or Prisma?
@AaronSaundersCI Жыл бұрын
This is all running on the device? I don’t think Prisma or TypeORM will run in browser
@RoseMiller-tv9jz Жыл бұрын
Hi! Will you make some for Angular as well please??
@aksharparmar65999 ай бұрын
Hey I hope you are doing well! Can you Please make a detail video on with using react also? Documentation is not beginner friendly, I am having a hard time, and the working example for capacitor-community/sqlite is something which is hard to understand. It will be great if you can make a project using react with capacitor sqlite in detail.
@AaronSaundersCI8 ай бұрын
I have been focusing on my company and client projects the last few months, but have done some interesting things that I will be creating video content for soon, SQLite and react will be one thing that I will definitely cover
@Imaginativeone_DF8 ай бұрын
Where does the database file get stored?
@AaronSaundersCI8 ай бұрын
on android, it is stored in a databases directory, on ios you can specify in the capacitor plugin confuration
@AGUNGKAYA Жыл бұрын
I tried many tutorial on ionic sqlite. Nothing's worked. I'll try this one