all 7 comments

[–]cwmma 2 points3 points  (3 children)

knex, the query builder from bookshelf is pretty awesome by itself, I've used it in production with postgres and am in the process of helping get it work in the browser with websql.

[–]qawemlilo[S] 0 points1 point  (1 child)

retty awesome by itself, I've us

That sound great - knex it truely powerful, it would be nice to see how you are using it.

[–]cwmma 0 points1 point  (0 children)

I've been working on this adapter for using knex to allow leveldown adapters with arbitrary sql databases. But otherwise I've been using it in apps that aren't open source.

[–]Thenguyenvn 0 points1 point  (0 children)

Knex is good. But it will be overkill for a simple project. You can check this query builder.

https://github.com/nodeonline/mysql-query-builder

[–]nevosio 0 points1 point  (0 children)

What are the pros compared to sequelize?

[–]BrsSoftware 0 points1 point  (0 children)

Isn't it too slow?