React Native Tutorial #25 - SQLite Database - How to make an Offline Login with SQLite

preview_player
Показать описание
🔥 Get a discount on 'The Complete React Native Course 2023: from Zero to Hero' on Udemy by using the promo code D782E3. As the instructor, I'll be there to answer any technical questions you may have. Plus, you'll get access to more exams and coding exercises, updated content, and no background music or ads. After completing the course, you can get a valid certificate on Udemy to showcase your skills. Click the link below to enroll now with the discount.

--------------------------------------------------------------------------------

🌟 In this session, we learn about SQLite as a local database and use it to build an offline login.

--------------------------------------------------------------------------------

🔥 The Complete React Native Course:

💻 Project Source Code in GitHub:

🔗 SQLite module:

🔗 SQLite useful links:

--------------------------------------------------------------------------------

😍 Subscribe my channel for more React Native Tutorials:

💝 Join my channel to get access to perks:

--------------------------------------------------------------------------------

⏱️ Timestamps:
React Native Tutorial #25 - SQLite Database - How to make an Offline Login with SQLite
00:00 Intro
00:54 install react-native-sqlite-storage
01:33 Open Database
02:24 Create Table
03:50 Insert Into Table
05:30 Select From Table
08:04 Update Table
09:23 Delete From Table
10:37 SQLite Browser

--------------------------------------------------------------------------------

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

If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉

mashschool
Автор

Your tutorial clearer than the course I bought on Udemy.

sangsokea
Автор

This is the best and my first tutorial that actually works. It made you just made sqlite super simple. I also have already checked tutorial #28 and #29. Local and remote notifications have never been that simple. Asante(thanks)

geoffreyngugi
Автор

Absolutely perfect tutorial. Thank You very much and good wishes for you.

MedlegNem
Автор

It helped me a lot, congratulations on the class!

tom-vqbj
Автор

Hi Mash, I do have a question, where would you put the
"MainDB.db" file on ??
it seemed like you just created it from the empty file.

Basically, when I use SQL on react.js we specify items such as localhost, username, password and database_name.
but for sqlite they are not required ?? Im so confused TT

voldemore
Автор

Thanks God! Thanks to your video I solved some database bugs in my project.

SangNguyen-ejef
Автор

How did u connect the database to the SQLite browser? I want to view that DB on the SQLite browser...

karthiknandula
Автор

Awesome content but Not Satisfied with such time consuming things. If you are creating tutorial on specific topic you should write code from start for it. Why you are making it mandatory to watch your previous videos of navigation for proper understanding. not everyone here is expert and use same method. hope you get my point. your tutorial should be independent on the previous ones. if you want to add navigation in sqlite tutorial then kindly write it from start so that we can have better understanding.
Thanks.

muhammadsuleman
Автор

Your tutorial is great and clear, and how can I use cascading delete . I search a lot but, I can not find the right code

aazamheidari
Автор

this is for react native cli right? what about expo? how do we integrate sqlite on expo?

joanneko
Автор

very helpful....how to export my db file from my react native app..?

asimnehal
Автор

hi mash great tutorial can you help me how to store the pedometer data coz there wont be any buttons to set update data

deepakkiriti
Автор

how to connect to database in device / emulator?

purnamasrahayu
Автор

Hi Mash! Thanx for making these videos theay have realy halped me out withe school .A bigg high five to you bro. Could you makee a video about SecureStore?

bartdiako
Автор

Mine has lots of errors like cannot open the database.

weixiangng
Автор

why copy pasting db = opendatabase in each files?

mememonster
Автор

p.SQLite is undefined
giving this error when creating the database

ahmedsiddique
Автор

Thanks for this tutorial, can you please clarify if SQLite DB gets installed on emulator or your laptop ?

Vikram
Автор

Can you show an example with date and time field

bobbycheema