The first release candidate of version 0.4.5 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. The focus is strictly on tools that: operate from the command line; can be integrated into software build systems; and play nicely with source control systems. ... read more
The final release of version 0.4.4 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. The focus is strictly on tools that: operate from the command line; can be integrated into software build systems; and play nicely with source control systems.... read more
The second release candidate for version 0.4.4 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ . ... read more
The first release candidate for version 0.4.4 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ . ... read more
Version 0.4.3 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ .... read more
Version 0.4.2 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ . ... read more
Version 0.4.1 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ . ... read more
Version 0.4.0 of dbmstools is now available.
dbmstools is a set of utilities for software developers who work with databases. It understands database schemas (tables, sequences, views etc.) and DBMSs (Database Management Systems, e.g. Oracle, Postgres).
dbmstools is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, and makes testing easier, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ .... read more
Version 0.3.9 of dbmstools is now available.
dbmstools is a set of utilities that understands database schemas (tables, views etc.) and DBMSs (Database Management Systems, e.g. Oracle). It is mainly intended for application developers who need to support schemas on more than one DBMS, or those who want to migrate a schema (possibly including data) from one DBMS to another. It also generates spiffy documentation for your schema, among other things. You can download the new release from http://sourceforge.net/project/showfiles.php?group_id=165690 , or check out the home page at http://dbmstools.sourceforge.net/ .... read more
Version 0.3.8 of dbmstools is now available.
The main change is the addition of support for views, which can now be created and dropped (using xml2ddl), upgraded (using deltaddl), exported (partially, at least, using db2xml), and included in the documentation produced by xml2doc.
I've also improved the way descriptions (for tables, sequences and views) are output in headers in generated SQL scripts. And of course, the mandatory small number of bug fixes and general tidy-ups.... read more