Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote addons in README #465

Closed
wants to merge 1 commit into from
Closed

Conversation

dfahlander
Copy link
Collaborator

No description provided.

@dfahlander
Copy link
Collaborator Author

Feedback apprechiated


* Promise-based API towards indexedDB (supports all IDB features)
* Works with any framework such as React or Angular2
* Client/Server synchronization via [sync-client](https://www.npmjs.com/package/sync-client). Can adapt to custom sync backends via [dexie-syncable](https://www.npmjs.com/package/dexie-syncable)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add sync-server since the synchronization needs a server. I don't know if there are other compatible servers out there. FYI sync-server also works with websockets which sync-client does not.

@YurySolovyov
Copy link
Contributor

I'd somehow divided these. Users might think it is native Dexie features

#### Features

###### Native features:
* Promise-based API towards indexedDB (supports all IDB features)
* Works with any framework such as React or Angular2 
* Typescript definitions built-in
 
###### Addon-provided features: 
* Client/Server synchronization via [sync-client](https://www.npmjs.com/package/sync-client). Can adapt to custom sync backends via [dexie-syncable](https://www.npmjs.com/package/dexie-syncable)
* MongoDB like API via [dexie-mongoify](https://www.npmjs.com/package/dexie-mongoify)
* Relational DB via [dexie-relationships](https://www.npmjs.com/package/dexie-relationships)

* MongoDB like API via [dexie-mongoify](https://www.npmjs.com/package/dexie-mongoify)
* Relational DB via [dexie-relationships](https://www.npmjs.com/package/dexie-relationships)
* Typescript definitions built-in

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also add Dexie.Observable with something along the lines of "Dexie.Observable takes care of cross-window/tab synchronization and communication"

@dfahlander
Copy link
Collaborator Author

Closing for house keeping.

@dfahlander dfahlander closed this Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants