Projects tagged ‘database’ and ‘database_administration’


[6 total ]

7 Users

Database migrations for .NET. Based on the idea of Rails ActiveRecord Migrations.
Created about 1 year ago.

2 Users
   

Ruby is an interpreted scripting language for object-oriented programming which is open source and free. Like Perl, it has excellent support for text files. It runs on multiple platforms including Linux, Unix, Windows and Mac OS.
Created about 1 year ago.

1 Users

The Ingres Eclipse Data Tools Plug-in (DTP) provides developers access to the most powerful Open Source database available from their Eclipse integrated development environment (IDE). It is a great ... [More] way to connect to and browse all your Ingres databases. You can browse tables and triggers (also known as rules in Ingres), procedures, sequences, synonyms and views. The Ingres Eclipse DTP is available for both Ganymede and Europa. [Less]
Created 11 months ago.

1 Users

Ingres Consolidated Application Foundation for Eclipse (CAFÉ) is an award winning Java application development tool that accelerates and simplifies development with Java. Ingres CAFÉ is an open ... [More] source community-contributed project that eliminates the time-consuming tasks of acquiring, installing, and configuring the many components developers need in a Java application development environment. Ingres CAFÉ delivers a "one click and code" solution for Java development, bringing together leading open source products. Given that they are built on the Eclipse open source integrated development environment and Ingres Database, the applications can scale from the desktop to the data center without modification. [Less]
Created 8 months ago.

1 Users

Platform-independent PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that can be used for upgrade of old schema.
Created 11 months ago.

0 Users

Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is ... [More] designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version. [Less]
Created 4 months ago.