Projects tagged ‘java’, ‘jdbc’, ‘relational’, and ‘sql’


Jump to tag:

Projects tagged ‘java’, ‘jdbc’, ‘relational’, and ‘sql’

Filtered by Project Tags java jdbc relational sql

Refine results Project Tags embedded (3) database (3) rdbms (2) hsqldb (2) database_server (2) tools (2) hsql (2) dbms (1) server (1) http_server (1) development (1) clustering (1)

[3 total ]

135USERS
   

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 includes tools such as a minimal Web server ... [More] , 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]

25USERS
 

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 and in-memory tables and databases are supported. ... [More] 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]

1USERS
   

Java Desktop SQL Database Engine with JDBC 3.0 API. SmallSQL is small, fast, embeddable, SQL 99 conformance, platform independent and 100% pure Java