issues
search
rom-rb
/
rom
Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.09k
stars
161
forks
source link
feature: schemas in view definitions
#367
Closed
solnic
closed
7 years ago
solnic
commented
7 years ago
This will add a couple of sweet new features:
[x] infer base views automatically based on schemas
[x] allow using schemas in view definitions to DRY things up
[x] extend views so that they can delegate column selection to a schema
automatically
(this will be awesome OMG)
[x] extend view attributes info with
types
so that we can infer dry-structs and do other cool things
[x] make it possible to use inferred schemas with views
This will add a couple of sweet new features: