From major version 9.0.0 on, this library will be shipped in the NPM package react-native-nitro-sqlite. New features are going to be implemented there.We will still provide bug fixes to react-native-quick-sqlite@8.x.x for the coming weeks/months....
yarn add react-native-quick-sqlite npx pod-install Quick SQLite嵌入了SQLite的最新版本,并提供了low-levelAPI来执行SQL查询,通过JSI使用快速绑定。通过使用嵌入式SQLite,您可以访问最新的安全补丁和最新的功能。灵感/兼容react-native-sqlite-storage和react-native-sqlite2。性能指标故意不公布,AnnecDotic的证词表明...
datasource=newDataSource({type:'react-native',database:'typeormdb',location:'.',driver:require('react-native-quick-sqlite'),entities:[Book,User],synchronize:true,}); If you are using Node 14+, TypeORM is currently broken with React Native. You can patch your node-modules installation and ...