Quick question with create connection.. If i have database versioning, would i have to input the latest version number instead of one, or is this handled? If so would store the latest version elswhere or grab it via a different connection first?
@wsajjadh Жыл бұрын
This is what I am looking for
@AaronSaundersCI Жыл бұрын
Glad it was helpful, please like, subscribe and share
@ecliptic-day2 ай бұрын
Thank you so much!
@AaronSaundersCI2 ай бұрын
glad you found the content helpful, please be sure to like and subscribe
@gabrielamaralpassos95377 ай бұрын
There's just a little problem i'm facing that when i make more inserts in the same page, i have to chained useEffects or it just doesn't work. Not quite sure why still. I just observed this when building to Android by now, when using it in the browser it works fine.
Is there a sample sqlite integration with ionic and angular, i.e. for the sqlite wasm integration ?
@AaronSaundersCI8 ай бұрын
I have one for react that I am working on, will post something soon
@prenaysaidiska9603 Жыл бұрын
good explanation perfectyle understood , can u plzz make a video with same Ionic React SQLite - Working With Ionic Framework And Capacitor using how to register user and login by generating tokens
@AaronSaundersCI Жыл бұрын
thanks for coming through, appreciate it and please sub if you haven't yet. Are you trying to authenticate on the local device?
@prenaysaidiska9603 Жыл бұрын
@@AaronSaundersCI thankyou for the reply . yes i want to authenticate user registration and login using jwt tokens store in localstorage with the help of ionic sqlite capacitor in reactjs
@shafiqciku Жыл бұрын
Where does the db in this project stored?sqlite file (.db)
@AaronSaundersCI Жыл бұрын
In root directory
@RoseMiller-tv9jz Жыл бұрын
hi! will you please make a similar thing with Angular??
@AaronSaundersCI Жыл бұрын
I will see if I can
@davisdimalen3912 Жыл бұрын
Hi. I'm a getting a CapacitorSQLitePlugin: null error.
@davisdimalen3912 Жыл бұрын
it happens when I call your custom hook useSQLiteDB
@AaronSaundersCI Жыл бұрын
Does the source code I provided work? If you are have an error, you will need to reproduce it in a minimal project, thanks
@fuwamage1290 Жыл бұрын
All works in browser, but why in real android device not working?
@AaronSaundersCI Жыл бұрын
Did you download the code from the original project and run it? You can see from the repo there is an android folder so I know it was tested and running on device… did you watch the entire video you might have missed something
@fuwamage1290 Жыл бұрын
I found the problem. It's because I didn't put the loadData() function in a useEffect (I put it in IonViewWillEnter). thank you anyway.
@AaronSaundersCI Жыл бұрын
@@fuwamage1290 glad you got it working
@divpolitics9520 Жыл бұрын
Thank you, the documentation is a hot mess
@AaronSaundersCI Жыл бұрын
I think they are just trying to do way to much in one sample app and assuming a lot of domain knowledge
@aksharparmar65999 ай бұрын
@@AaronSaundersCI yes Documentation of sqlite needs to improve. I'm having a hard time doing task