Projects tagged ‘database’ and ‘oracle’


[102 total ]

205 Users
   

The DBI module enables your Perl applications to access multiple database types transparently. You can connect to a large number of databases, including MySQL, MSSQL, Oracle, Informix, Sybase, ODBC ... [More] etc. without having to know the different underlying interfaces of each. The API defined by DBI will work on all these database types and many more. [Less]
Created over 3 years ago.

76 Users
   

Propel is an object persistence and query service -- which means that Propel provides a system for storing objects to a database and a system for searching for and restoring the objects from the ... [More] database. Propel enables you to perform complex queries and database manipulations without writing a single SQL clause. [Less]
Created over 3 years ago.

23 Users
   

The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. It connects to the ... [More] chosen database using it's native API, so no database middleware (eg. BDE) is needed. [Less]
Created about 1 year ago.

11 Users
 

Jifty::DBI is the Perl-based object-relational database framework built for use with the Jifty project. It can be used separately.
Created over 3 years ago.

8 Users

Apache Cayenne is an open source persistence framework licensed under the Apache License, providing object-relational mapping (ORM) and remoting services. With a wealth of unique and powerful ... [More] features, Cayenne can address a wide range of persistence needs. Cayenne seamlessly binds one or more database schemas directly to Java objects, managing atomic commit and rollbacks, SQL generation, joins, sequences, and more. With Cayenne's Remote Object Persistence, those Java objects can even be persisted out to clients via Web Services. Or, with native XML serialization, objects can be even further persisted to non-Java clients - such as an Ajax-capable browser. [Less]
Created over 3 years ago.

6 Users
   

TOra is a Toolkit for Oracle which aims to help the DBA or developer of database application. It features an SQL worksheet with PL/SQL block parsing, a PL/SQL debugger and editor with syntax ... [More] highlighting, a Schema browser, UNICODE support, printing, and a full suite of DBA management tools. [Less]
Created over 3 years ago.

6 Users
   

Hibernate Spatial is a generic extension to Hibernate for handling geographic data. It is generic in the sense that it works in the same way across different databases. Hibernate Spatial allows ... [More] you to deal with geographic data in a standardized way, whatever database that you use (as long as a Spatial Dialect Provider exists for it). In other words, it abstracts away from the specific way your database supports geographic data, and provides a standardized, cross-database interface to geographic data storage and query functions. Hibernate Spatial supports most of the functions of the OGC Simple Feature Specification. [Less]
Created over 2 years ago.

5 Users
   

ODBC Driver for perl DBI. Provides the Perl DBI::DBD interface to ODBC drivers allowing Perl access to any database which has an ODBC driver.
Created about 1 year ago.

5 Users
 

HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL ... [More] databases (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.) [Less]
Created about 1 year ago.

5 Users

LiquiBase is a DBMS-independent library for tracking, managing and applying database changes. It is built on a simple premise: All database changes (structure and data) are stored in an XML-based ... [More] descriptive manner and checked into source control. LiquiBase aims to provide a solution that: * Supports merging of changes from multiple developers * Works well with code branches * Allows you to manage production data as well as various test datasets * Works in an environment where multiple machines will be attempting to migrate the database concurrently * Supports automated change-applying or generation of SQL scripts that can be approved and applied by a DBA * Supports rolling back changes * Database "diff" tool [Less]
Created over 2 years ago.