|
|
|
|
|
by sercand
2283 days ago
|
|
We are using SQLite on React Native with the JSI without writing a java or object C bridge. As a result, all operations are much faster and almost all of them don't need to Promise callback.
I don't see any reason to use this over SQLite. We can do same thing on SQLite much faster way. |
|