Skip to content

Latest commit

 

History

History

with-libsql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

libSQL Example

Supports Expo iOS Supports Expo Android

Example demonstrating use of the libSQL API in Expo.

The app is the same as the with-sqlite example, but with added libSQL support.

🚀 How to use

  • Run yarn or npm install.
  • Update .env to use your libSQL URL (EXPO_PUBLIC_LIBSQL_URL) and AuthToken (EXPO_PUBLIC_LIBSQL_AUTH_TOKEN).
  • Run npx expo run:ios or npx expo run:android to try it out.

📝 Notes