neumino / reqlite

Reqlite - RethinkDB in JavaScript
MIT License
338 stars 25 forks source link

Set up the website #38

Open neumino opened 9 years ago

neumino commented 9 years ago

And write some docs

niallobrien commented 9 years ago

Any movement on this? Thanks.

neumino commented 9 years ago

Not really, I'm pretty busy at the moment. What do you need?

neumino commented 9 years ago

If your question is about the project in general, it's pretty complete in my opinion. The missing feature that would be needed to achieve parity are tagged here: https://github.com/neumino/reqlite/issues?q=is%3Aopen+is%3Aissue+label%3A%22missing+feature%22 There are three new functions in RethinkDB 2.1 (floor, ceil, round), so it's going to be pretty easy to catch up with 2.1.

If this is for Meteor/React-RethinkDB/etc., the only thing missing that people may need is https://github.com/neumino/reqlite/issues/33 but then they should really use indexes... Besides this issue I think reqlite pack way more features than any of these libraries really need to launch.

I've a limited amount of free time but if a library needs more feature from reqlite, I can allocate time to work on it again. It currently cover all my needs - all the test for thinky are passing.

niallobrien commented 9 years ago

Sorry, I just meant in terms of docs. Thanks.