UNPKG

expo-sqlite

Version:

Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.

10 lines 412 B
/** * Creates a normalized database path by combining the directory and database name. * * Ensures the directory does not end with a trailing slash and the database name * does not start with a leading slash, preventing redundant slashes in the final path. * * @hidden */ export declare function createDatabasePath(databaseName: string, directory?: string): string; //# sourceMappingURL=pathUtils.d.ts.map