▛▚▞▜ ▞▚ ▜▛ ▜▛

Results 5 comments of ▛▚▞▜ ▞▚ ▜▛ ▜▛
trafficstars

Hi @terminull and @Thorbenandresen I need to do a similar thing (adding something like 2000 rows to the DB), so tried this: ``` // Add data to local database var...

Scratch that, my suggestion doesn't work :-1: I instead tried creating a separate API method - https://github.com/mcnamee/react-native-store/blob/develop/src/model.js#L79 If it looks ok with you @terminull - I'll create a pull request

I switched to SQLite which is super quick (around 1.5 seconds for 2500 record insert).

It's pretty simple - you just pass SQL queries (be it an insert, search, update, delete) into a method. It provides a way more advanced option for finding records, given...

@MWDelaney would you mind releasing a new release to Packagist?