Integrating PouchDB in Playcanvas

Hi all,

I really like working with PouchDB and prefer it to WEBSQL. Is there a way to use PouchDB with PlayCanvas?

If it has an web API than yes. If not, you have to write your own API (with node.js, PHP, etc) that your PlayCanvas can access.

Thanks a lot, I’ll check it out