|
|
|
|
|
by RedCrowbar
2992 days ago
|
|
> What would be nice to know is whether this can work on top of an existing PG database, providing easier syntax. That would require introspecting arbitrary relational schemas and trying to represent them as an object graph. I don't think something like this can be done automatically and reliably. That said, we have a tentative plan to introduce support for external databases (through FDWs, so not necessarily Postgres). The mapping specification would have to be explicit though. |
|