react-native-sqlite-2 icon indicating copy to clipboard operation
react-native-sqlite-2 copied to clipboard

Problem with specifying database directory

Open geoff8888 opened this issue 1 year ago • 0 comments

in Android, this works SQLite.openDatabase("storage/test.db", '1.0', '');

How do you do this in IOS? Result is Error code 14: unable to open database file

geoff8888 avatar Apr 26 '23 16:04 geoff8888