Projects tagged ‘mssql’ and ‘oracle’


[34 total ]

203 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.

31 Users
   

Jaws is a Framework and Content Management System(CMS) for building dynamic web sites. It aims to be User Friendly giving ease of use and lots of ways to customize web sites, but at the same time is ... [More] Developer Friendly, it offers a simple and powerful framework to hack your own modules. [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.

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.

7 Users

Flourish is a PHP unframework — a general-purpose, object-oriented library. It's architecture is modular and thus not strictly MVC. It focuses on being secure, broadly compatible, portable, well ... [More] documented and easy to use. You will find Flourish useful if you need to write code that is any of the following: - Secure - Consistent and easy to understand - Needs to effortlessly model simple or complex databases, especially existing schemas - Works with international data - Can perform accurate math calculations - Easily manipulates images - Able to run on different databases (MySQL, PostgreSQL, SQLite, MSSQL, Oracle) - Can be used on closed-source projects - Works with PHP 5.1+ - Might need an architecture other than MVC - Plays nicely with other libraries and frameworks [Less]
Created about 1 year ago.

6 Users

The database access library for C++ programmers that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard.
Created over 3 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

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.

4 Users
   

SchemaSpy is a Java-based tool that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format. It lets you click through the ... [More] hierarchy of database tables via child and parent table relationships. The browsing through relationships can occur though HTML links and/or though the graphical representation of the relationships. It's also designed to help resolve the obtuse errors that a database sometimes gives related to failures due to constraints. [Less]
Created about 1 year ago.