Tagged Questions
1
vote
5answers
262 views
External library or mini-language for reading database schema?
I am considering writing a simple database application for my wife, but I'm hung up on good programming practice, and want to have a human readable source for storing the database schema.
Only, I ...