Skip to content

Commit 9ddea62

Browse files
authored
Update README.md
1 parent 079f354 commit 9ddea62

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,20 @@ or [watch my YT tutorial](https://youtu.be/sGjJxSBZMTA).
4242
Updated Release Please with [publish to testflight](.github/workflows/release-please.yml#L52). Added a [separate manual dispatch workflow](.github/workflows/release-ipa.yml) that releases IPA file to TestFlight.
4343
Read more about it in my blog post on [publishing to testflight from github](https://www.amarjanica.com/submit-expo-ios-app-to-apple-appstore/)
4444
or [watch my YT tutorial](https://youtu.be/wUvtS8CWhMs).
45-
[Codebase](https://github.com/amarjanica/react-native-sqlite-expo-demo/commit/7ac72eb7904448aac7b6e56982e833dee38e1f89)
45+
[Codebase](https://github.com/amarjanica/react-native-sqlite-expo-demo/tree/7ac72eb7904448aac7b6e56982e833dee38e1f89)
4646

4747
## 7. Making SQLite work on the web with sql.js and indexeddb
4848
In my previous tutorials I already made SQLite work on the web with sql.js.
4949
I also showed you how to use AsyncStorage and IndexedDB on the web.
5050
But I didn't show you how to make SQLite persistable between sessions with the help of IndexedDB.
51+
Read more about it in [making sqlite work on the web]([https://www.amarjanica.com/submit-expo-ios-app-to-apple-appstore/](https://www.amarjanica.com/making-sqlite-work-on-the-web-with-sql-js-and-indexeddb-2/))
52+
or [watch my YT tutorial](https://youtu.be/mUq0yUTJQ6Y).
53+
54+
## 8. Import and export SQLite web and native
55+
Added import and export database to native and web part.
56+
Read more about it in [how to import & export sqlite](https://www.amarjanica.com/import-and-export-sqlite-database-in-expo-native-and-web/).
57+
or [watch my YT tutorial](https://youtu.be/56VQxU_kgwE).
58+
[Codebase](https://github.com/amarjanica/react-native-sqlite-expo-demo/tree/079f354ad03012e173a708efacc55e9888564f80)
5159

5260

5361
# App Screenshot

0 commit comments

Comments
 (0)