You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the sample application only shows a small part of the capabilities of this driver. It would make things easier for people unfamiliar with the driver if the sample project contains more show cases for different scenarios.
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue, it's been on my mind lately too.
I think maybe the best approach would be to create a little web application, as it would allow a few different interaction modes to be demonstrated as different pages. There's three major interactions I could imagine demonstrating:
Create / Update / Delete -- basic form stuff.
Table-style paginated view of data.
Reporting-style advanced queries with grouping and aggregations.
Maybe a good, simple example of an application like this would be a bug/issue tracking system. Very little domain logic involved in an app like that, so primarily everything it did would be about accessing RethinkDB. But I hesitate because it seems like a lot of work even to build something simple along those lines.
Currently the sample application only shows a small part of the capabilities of this driver. It would make things easier for people unfamiliar with the driver if the sample project contains more show cases for different scenarios.
The text was updated successfully, but these errors were encountered: