Projects tagged ‘java’ and ‘jdbc’


[186 total ]

4708 Users
   

MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Sun Microsystems.
Created over 3 years ago.

187 Users
   

hsqldb is a relational database engine written in Java with a JDBC driver that supports a subset of ANSI SQL:1999. It offers a small, fast database engine. Embedded and server modes are available. It ... [More] includes tools such as a minimal Web server, in-memory query and management tools (which can be run as applets or servlets, too), a test framework, PHP compatibility, Eclipse and NetBeans IDE compatibility, and a number of demonstration examples. [Less]
Created over 3 years ago.

54 Users
   

SQuirreL SQL Client is a graphical SQL client written in Java that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.
Created over 3 years ago.

42 Users
 

H2 is an SQL database engine written in Java. It is very fast and small (about 1 MB), and supports embedded, server, and clustering modes. A browser based console application is included. Disk based ... [More] and in-memory tables and databases are supported. Some of its features are transactions isolation, multi-version concurrency (MVCC), table level locking, encrypted databases, fulltext search, and strong security. The main API is JDBC, however ODBC and others are also supported via PostgreSQL network protocol compatibility. [Less]
Created over 3 years ago.

28 Users
   

Ingres Database is the open source database management system that can reduce IT costs and time to value while providing the strength and features expected from an enterprise class database. Ingres ... [More] Database is a leader in supporting business critical applications and helping manage the most demanding enterprise applications of Fortune 500 companies. Focused on reliability, security, scalability, and ease of use, Ingres contains features demanded by the enterprise while providing the flexibility of open source. Core Ingres technology forms the foundation, not only of Ingres Database, but numerous other industry-leading RDBMS systems a [Less]
Created over 3 years ago.

21 Users
   

Provides a common method for pooling database connections.
Created about 1 year ago.

12 Users

jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000 and 2005) and Sybase (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest ... [More] production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible. [Less]
Created over 3 years ago.

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

5 Users
   

QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
Created about 1 year ago.

5 Users
   

A Java JDBC driver for SQLite. It comes packaged with binaries for WIndows, Mac OS X, and Linux, and an emulated 100% Pure Java mode for portability.
Created over 2 years ago.