Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 439 Bytes

File metadata and controls

10 lines (6 loc) · 439 Bytes

React Native - LocalDatabase with SQLite

Demonstration of using a local database in an React Native application.

The app utilizes expo-sqlite which is a library that provides access to a database that can be queried through a SQLite API.

Links