rethinkdb-rs / thinker

RethinkDB driver for Rust (Use the `reql` crate instead)
Apache License 2.0
4 stars 0 forks source link

Idea: ORM #1

Open rushmorem opened 7 years ago

rushmorem commented 7 years ago

Implement a lightweight ORM around reql inspired by https://thinky.io to add convenient features like automatic table creation and automatic dropping of relations.

rushmorem commented 7 years ago

Another alternative is to implement this as Diesel backend, if possible (https://github.com/diesel-rs/diesel/issues/198#issuecomment-182544104).