Tuesday, 20 August 2013

Node-webkit with orm

Node-webkit with orm

I'm working on desktop application using node-webkit. I would like to use
database in my application. I know that I can use WebSQL and probably also
Sqlite, but I would like to add some orm to simplify my work. I tried with
sequelize but I have some problems with it. Do you know any examples for
node-webkit + any orm library?

No comments:

Post a Comment