craftzdog / pouchdb-adapter-react-native-sqlite

PouchDB adapter using ReactNative SQLite as its backing store
https://github.com/craftzdog/pouchdb-react-native
MIT License
131 stars 25 forks source link

Use LevelDB instead of SQLite #15

Closed mqtik closed 3 years ago

mqtik commented 3 years ago

Hi. I saw a bunch of packages for running PouchDB on React Native using SQLite.

This is what I´m proposing:

What if we transition everything into one repo, using LevelDB?

mqtik commented 3 years ago

@craftzdog https://github.com/greentriangle/react-native-leveldb

craftzdog commented 3 years ago

You have to solve \u0000 truncate issue yourself