How to use the expo-sqlite.SQLite function in expo-sqlite

To help you get started, we’ve selected a few expo-sqlite examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github expo / expo / packages / expo / src / deprecated.ts View on Github external
get() {
      deprecatedModule(
        `import { SQLite } from 'expo' -> import { SQLite } from 'expo-sqlite'`,
        'expo-sqlite'
      );
      return require('expo-sqlite').SQLite;
    },
  },
github expo / expo / packages / expo / src / globals.ts View on Github external
get() {
      return require('expo-sqlite').SQLite;
    },
  },

expo-sqlite

Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.

MIT
Latest version published 2 months ago

Package Health Score

92 / 100
Full package analysis