import { openDatabase } from 'react-native-sqlite-storage';const db = openDatabase({ name: 'SQLite.db', location: 'default', ...
確定! 回上一頁