Skip to content

alex-Hudson/SQLApp

Repository files navigation

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.

Install & Build

Install: yarn install

Expo CLI: npm install -g expo-cli (if not already installed globally on your machine)

Run Project Locally: expo start

Screenshot

About

Day-byDay to work with SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published