I am considering writing a simple application for my wife, but I am well versed in programming practice and want to have a user-friendly source for storing the database schema.
Only, I don’t know any tools for work, and I can’t believe that they don’t exist --- maybe I just don’t know what to ask Google, but I don’t find them.
So, what libraries or other tools out there support a scheme for reading a database from text files.
Invenetix task: I expect to generate the database creation code at build time or to include the schema description in the release and build the database from the description at run time. Draemon’s suggestion would be nice, but I don’t want to be locked into predefined DBMSs if I can help him.
Perhaps I should say that I used to use databases in programming projects, but I was never responsible for the creation code.
Maybe I'm over an engineering problem at the moment.
source share