RethinkDB with Ionic 2

Hi everyone!!!,

I need to integrate rethinkDB with ionic 2, is there any library or driver for ionic 2.0.1 ?. How can I do it?.

Thanks for the help!!!

ESV

There is a JS client for RethinkDB: https://www.rethinkdb.com/docs/install-drivers/javascript/
As Ionic is Angular2 inside and that is written in JS, you should be able to make this work.

Depending on how deep you have to intergrate the both, I would choose to write a small service that wraps rethinkDB in a REST API that your Ionic app uses.

1 Like

It would be great to see this wrapped in a typings file for others to use. :+1:

1 Like