luiz-ortega / sqlite-example

Example demonstrating use of the `SQLite` API in Expo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite-example

Example demonstrating use of the SQLite API in Expo.

The app allows adding todo items, marking them as done, and deleting done items. SQLite features used include creating and opening databases, creating tables, inserting items, querying and displaying results, using prepared statements.

You can also see this code in action right in your browser via this snack!

Install & Build

  • Clone this repository

  • Install dependencies by running yarn install

  • Install Expo CLI by running npm install -g expo-cli (if not already installed globally on your machine)

  • Run the project locally by running expo start

Screenshot

About

Example demonstrating use of the `SQLite` API in Expo.


Languages

Language:JavaScript 100.0%