neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

Rethinkdbdash and Joi #635

Closed Extarys closed 6 years ago

Extarys commented 6 years ago

I found a library called nothink that use Joi as the backend to provide the validation/ORM for RethinkDB. I love Joi and I think it is a very mature and useful library.

Nothink use Rethinkdb driver instead of rethinkdbdash, which I think doesn't offer as much feature as rethinkdbdash.

I don't mean to be rude or to underestimate your work (neumino) or the work of the community around rethinkdb and thinky/rethinkdbdash in any way since I wouldn't be able to achieve 5% of what you did, but - could we make a version of thinky that use Joi as a backend, or simply put, make an ORM that use rethinkdbdash and Joi?

Sorry - I'm always afraid to offense someone when I bring an idea as I'm not as good as you are.

grantcarthew commented 6 years ago

Hi @Extarys, This is a duplicate of #277 Have a read there. Thanks for your input.