Projects tagged ‘jdbc’ and ‘postgres’


[5 total ]

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 6 months ago.

0 Users

Connect to various database running on different OS using a single driver.
Created about 1 year ago.

0 Users

This is a database test generator for jdbc databases. The project is proposing to act as a test platform for various DB systems.
Created 12 months ago.

0 Users

Proyecto para el curso de LPII
Created 4 months ago.

0 Users

DataBaseliner is a tool that allows a self contained subset of data to be extracted from a database. By defining key seed data to extract and setting up relationships dataBaseliner will extract a ... [More] slice of data from a source database that is completely referentially integral and output this as a SQL script that can be run into development and test schemas. DataBaseliner is written using Java and jdbc to connect to databases, as such it can work with any database that provides a compliant jdbc driver. As different drivers and databases have different idiosyncrasies and requirements for SQL generation a flexible extension mechanism is used to add support for different databases. Support for each database is provided as a separate jar. DataBaseliner is configured using an xml document that defines how to connect to the database, what data to extract and how tables relate to each other. [Less]
Created 8 months ago.