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

Fast SQLite for react-native.

Results 2 react-native-quick-sqlite issues
Sort by recently updated
recently updated
newest added

#### Description Hey! Thanks for making this great package. I'm attempting to use it with TypeORM but getting the following error when initializing 1. I have this package, `typeorm`, `reflect-metadata`...

To reproduce: 1. `npx react-native init BlobRepro --template react-native-template-typescript && cd BlobRepro` 2. `yarn add react-native-quick-sqlite && npx pod-install` 3. Add a function to write maby blobs, e.g.: ```typescript const...