Derrickbowen / db-svg

Generates SVG data model diagrams for any database with a JDBC driver
0 stars 0 forks source link

Remove XML config file, make sqlite db relate path #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently all database settings are contained in a xml file.  This is not 
necessary, as these settings could be in the sqlite database.  

This will mean:
1. changing sqlite db from being at /DB-SVG/DB-SVG.db to a relative path (DB-
SVG.db)  This will mean the war can be deployed with no configuration. 
2. adding appropriate tables to the config DB in the DAO classes
3. removing XML parsing classes
4. adding UI for configuring dbs

Original issue reported on code.google.com by DerrickB...@gmail.com on 8 Feb 2010 at 10:34

GoogleCodeExporter commented 9 years ago
Almost done with it, just need to add UI to edit existing connections

Original comment by DerrickB...@gmail.com on 10 Feb 2010 at 7:50

GoogleCodeExporter commented 9 years ago
This is completed as of 0.8 release

Original comment by DerrickB...@gmail.com on 18 Jan 2011 at 4:27