Hello all,
To facilitate database upgrades and changes within an application, I plan to use a database to hold DDL information about the database. I need to first import a DDL into a database designed to hold that DDL data. This will be used later, to create a db, or to compare an existing db with a current ddl structure as held within a database. Rather than re-invent the wheel, I thought I'd ask if anyone has any text file/ddl import code they would be willing to share.
Does anyone have anything they would be willing to share? I am using SQLite BTW.
Thank you, Tim
|