12 projects tagged "postgresql"
The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).
SSA SQL sniffer is an TCP SQL stream adapter that allows you to capture, adapt, and forward TCP streams with SQL statements sent through the network. It allows you to adapt your software database repository to a different database. It has an Oracle/PostgreSQL driver to perform conversion from an Oracle TCP SQL stream to PostGreSQL. It supports SELECT, INSERT, UPDATE, and DELETE.
Maarch Entreprise is a professional Document Management System that natively answers a vast majority of the needs for operational document management. It has been designed by two experienced consultants in electronic archiving and automatic documents production. It offers guarantees of stability and scalability. Particular care has been taken to assure the best performance on standard hardware. As it is based on Maarch Framework, Enterprise is completely modular: functional features are grouped in modules that expose services, which can be enabled or disabled to best suit end-user needs. A skilled engineer can easily add or replace a module without changing the core of the system.
Dominion v8 is a PHP universal database abstraction layer to develop rapid portable and compatible applications connecting to any freeware or commercial databases. You no longer need to write proprietary SQL sentences, but can use portable objects that give you the power to change the database engine without rewriting a single line of code.
HTSQL a high-level query language and Web service gateway for relational databases. It comes with source code and is royalty free for any use with open source database systems such as MySQL, PostgreSQL, SQLite, etc. Licenses for using HTSQL in conjunction with proprietary databases such as Microsoft SQL and Oracle can be purchased.
DBeaver is a universal database manager and SQL Client. It supports MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, SQLite, Derby, and any database that has a JDBC driver. It is a GUI program that allows you to view the structure of a database, execute SQL queries and scripts, browse and export table data, handle BLOB/CLOB values, modify database meta objects, etc. It has a native UI (provided by the Eclipse SWT library), great performance, and relatively low memory consumption.
Fathom is Python3 package that provides database inspection. It allows you to easily retrieve information about database schema for Sqlite3, PostgreSQL, MySQL, and Oracle. Fathom comes with a set of tools built upon the library, which allow you to create django models from database schema or generate entity-relationship diagrams.