Support for JDBC source
Closed this issue · 2 comments
GregDThomas commented
It would be useful to be able to read/write properties from/to a JDBC connection ...
tonybaines commented
I don't want Gestalt to do too much, so instead of being JDBC aware I'm thinking of creating a Configurations.toProperties(instance, interface)
that a consumer could use for persisting to (and retrieving from) a database.
Properties
are suitably flat and easy structure to map onto a relational table, this feels easier than using the XML serialisation with e.g. a CLOB
tonybaines commented
Round-tripping to/from Properties
is available in 0.7.0