react-native-practical-guide-code icon indicating copy to clipboard operation
react-native-practical-guide-code copied to clipboard

SQLite openDatabase has been removed from stable version of SQLite

Open textagroup opened this issue 9 months ago • 0 comments

Lecture 213 advises using SQLite and the method openDatabase however this method has been removed on the stable version of SQLite. However it is still accessible by replacing the SQLite import with the following

import * as SQLite from 'expo-sqlite/legacy';

textagroup avatar May 22 '24 03:05 textagroup