Declined
Last Updated: 14 Oct 2021 11:22 by ADMIN
Roman
Created on: 16 Apr 2015 18:40
Category: Data Source
Type: Feature Request
1
Support binding DataSource with PouchDB database
PouchDB is a great way to both persist and sync data. It would be beneficial for DataSource to support PouchDB database, the way it currently supports SignalR and OData.
Here's PouchDB site: http://pouchdb.com
2 comments
ADMIN
Telerik Admin
Posted on: 17 Apr 2015 10:32
Thanks for the proposal, terikon.

Presently a possible option for you might be to define custom transport definitions (http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-transport) in order to load and process data from PouchDB.
Roman
Posted on: 16 Apr 2015 18:42
For now I started to implement this functionality myself.
Here's kendo-pouchdb adapter: https://github.com/terikon/kendo-pouchdb