Open rushmorem opened 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.
reql
Another alternative is to implement this as Diesel backend, if possible (https://github.com/diesel-rs/diesel/issues/198#issuecomment-182544104).
Implement a lightweight ORM around
reql
inspired by https://thinky.io to add convenient features like automatic table creation and automatic dropping of relations.