We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a243 commit 1252c8fCopy full SHA for 1252c8f
README.md
@@ -75,7 +75,7 @@ The basic query is **synchronous**, it will block rendering on large operations,
75
import { open } from 'react-native-nitro-sqlite';
76
77
try {
78
- const db = open('myDb.sqlite');
+ const db = open({name: 'myDb.sqlite', location: '<optional_file_location>'})
79
80
let { rows } = db.execute('SELECT somevalue FROM sometable');
81
0 commit comments