Projects tagged ‘dbms’ and ‘postgresql’


Jump to tag:

Projects tagged ‘dbms’ and ‘postgresql’

Filtered by Project Tags dbms postgresql

Refine results Project Tags odbc (4) c++ (3) sqlite (3) mssql (3) sql (3) firebird (3) database (3) mysql (3) jdbc (2) python (2) server (2) linux (2)

[6 total ]

1205 Users
   

PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data ... [More] integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. [Less]
Created over 3 years ago.

148 Users
   

Open Source administration and management tools for the PostgreSQL database and derivative products such as EnterpriseDB, Pervasive Postgres and SRA PowerGres. Includes a graphical administration ... [More] interface, an SQL query tool with grahical EXPLAIN, a procedural code editor, an SQL/shell/batch scheduling agent, Slony-I management and much more. pgAdmin III is designed to answer the needs of most users, from writing simple SQL queries to developing complex databases. The graphical interface supports all PostgreSQL features and makes administration easy. Available in more than a dozen languages and for several operating systems, including Microsoft Windows ™, Linux, FreeBSD, Mac OSX and Solaris. [Less]
Created over 3 years 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.

3 Users

BlackRay is a relational database system designed to offer performance features commonly associated with search engines. It offers SQL support and sophisticated operational and management features. ... [More] Load-balancing and operational stability by means of N+1 redundance are included. BlackRay is called a "Data Engine" since it combines traditional, relational database features and SQL with the power and flexibility of search engines. It is a true hybrid, offering transaction support, data-versioned snapshots, and sophisticated function-based indices. Wildcards, phonetic, and fuzzy logic searches are supported, as well. Commercial support is available, and the project is released under a the GPLv2 license. [Less]
Created 5 months ago.

0 Users

SOCI-Ada is a database access library for Ada, based on the SOCI project. SOCI-Ada provides the following features of SOCI to the Ada community: * Modular design based on dynamic backend ... [More] loading. Thanks to this feature, new backends implemented within the context of the main SOCI project are immediately available for Ada programmers without any additional work. A large community of C++ users can help ensure that the new backends are well tested in a variety of environments and usage scenarios. * Native backends for major database servers ensure optimal performance and minimize configuration overhead and complexity that is usually associated with other database access methods. * Direct support for bulk operations allow to achieve high performance with queries that operate on large data sets. * Very liberal open-source license (Boost, accepted by Open Source Initiative) that encourages both commercial and non-commercial use. * Easy to use and compact interface. Currently the following database servers are directly supported via their native interfaces: * Oracle * PostgreSQL * MySQL [Less]
Created 8 months ago.

0 Users

Geniusql is a public domain, low-level Object-Relational Mapper for Python applications. If you're familiar with Martin Fowler's work, you can think of Geniusql as providing a Data Source layer. It ... [More] primarily uses a generic Table Data Gateway architecture (as opposed to the more tightly-coupled Active Record architecture recently popularized by Ruby On Rails and Django). [Less]
Created over 3 years ago.