jdiazcano / cfg4k

Flexible and easy to use config library written in kotlin
Apache License 2.0
80 stars 6 forks source link

JDBC config loader? #27

Open jdiazcano opened 6 years ago

jdiazcano commented 6 years ago

Maybe in some way it would be nice to have a jdbc config loader to be able to use it with all the databases.

This has the inconvenience of nested properties.

a.b could be property B from table A but... what about a.b.c ?

Another thing is that it could have a properties table (defined when creating the loader) and the key would be a.b or a.b.c