storex icon indicating copy to clipboard operation
storex copied to clipboard

Storex Core - A modular and portable database abstraction ecosystem for JavaScript

Results 7 storex issues
Sort by recently updated
recently updated
newest added

I'm not entirely sure if I'm going about this the correct way. I saw the empty `should support batch operations with compound primary keys` test and thought maybe that's what...

To make initial data sync between two devices possible using `storex-sync`, and to enable other real-time use cases between two devices in the future, we need some mechanism to pass...

**Motivation:** What kind of database you use and where it lives should be an implementation detail to be decided upon at the right time. BaaS services like Firebase requires lots...

enhancement
good first issue

Based on what we discussed this a while back on slack: https://worldbrain.slack.com/archives/CBLN20LCU/p1545279785004100 I think it's probably better to decide on these return types early on. Not sure exactly about the...

For situations where we want to host data on multiple sources, we need to be able to sync database changes around. This involves: 1) Recording changes made to the database...

**Motivation:** When fetching stuff from storage, we often want to fetch related objects. By doing this in one call, we do not only gain convenience, but give some backends the...

enhancement
good first issue