HyperSQL
HyperSQL supports the widest range of SQL Standard features seen in any open source database engine. It offers a small, fast database engine which offers in-memory and disk-based tables and supports embedded and server modes.
Its major feature include:
- Java stored procedures and functions
- Java triggers
- Extensive JDBC interface support
- Persistence
- Embedded (into Java applications) and Client-Server operating modes
- Multiple databases per JVM
- ODBC support
- simple GUI database management tools
http://hsqldb.org/
comments powered by Disqus
Related Products
Persistence4j - Java Object Persistor Using JDBC
Persistence4j Notice: The current 1.6.1 released on 02-Jan-2011.Changelog. Previous Releases: 1.6 released on 06-Dec-2010. 1.5 released on 21-Sep-2010. 1.2 released on 10-Sep-2010. 1.1 released on 05-Sep-2010. 1.0 released on 26-August-2010. Persistence4j is a very simple library which can be used to persist data into Relational databases.This library frees you from writing the Data transfer objects. Just create a POJO and simply save it using this library.I have also integrate Java transaction
Depot - A library for relational-database-based persistence in Java
Depot is a relational persistence library for Java. It is an ORM library, but has aims that are somewhat different from the popular "managed" persistence libraries like Hibernate and others. Design GoalsEliminate (as much as possible) the use of raw SQL, instead providing Java classes that allow the expressions of queries and updates in as concise but compile-time checkable a manner as possible. Reduce the pain of schema and data migrations as much as possible, but not so much that the system us
Persistantbunnies - An Open Source Java Persistence Framework Project: Serializing Java Objects to a
An Open Source Java Persistence Framework ProjectOverviewProject Status: Release Candidate. Project Frozen. A 4th Year Object Oriented Software Engineering Project. The paper was provided by Massey University, Palmerston North campus, New Zealand. The project is designed to provide an alternative persistancy framework API to help other programmers save Java objects to a Relational Database. Specific goals are to get an understanding of the mechanics, but basically it's for fun. Expect the projec
gwtmobile-persistence is a GWT wrapper of the Javascript object-relational mapper library persistenc
gwtmobile-persistencegwtmobile-persistence is a GWT wrapper of the Javascript object-relational mapper library persistence.js. It provides client-side object persistence capability to GWT applications, a feature similar to what Hibernate provides for GWT applications on the server-side. gwtmobile-persistence is part of GwtMobile, a GWT mobile development platform. Schema definitionThe schema is defined by declaring an interface for each entity. The interface needs to extend the Persistable marke
Vessel-info-reference - use this case to study how to build RCP app with eclipse and persist EMF obj
This is a "hello world" app about eclipse rcp application. It also demonstrates how to persist EMF Object to RDB with EMF CDO. The following tasks: 1, get data from hsqldb database and show it in the view, which is a tree view. 2, enhance the editor to edit the data. 3, persist the data into DB. anybody who wants to run the demo app, should use hsqldb and create a database named with "cdohibernate".
Sidekar - Java persistence simplified
OverviewSidekar is an "object database" Java persistence solution. It leverages the power and scalability of the Oracle Berkeley Database (Java Edition) while presenting a simple and natural Java programming interface. Sidekar aims to make persistence technology fit the Java world, instead of the other way around, so that persistence becomes trivial for the Java programmer. Sidekar is not object-relational mapping (ORM) software; it does not rely on SQL. Beccause of this, it is dramatically simp
Xml-protocol-testing-framework - Testing for XML/HTTP Protocol Conformance
Metis is an application that tests conformance of client and service implementation with XML/HTTP protocols. Metis functionality is exposed to the user as a Web GUI desktop application. Metis leverages several third-party components (some of them mentioned below). To ease distribution and execution, the Metis code tree includes binaries (.JAR files) of its software dependencies. For example: Metis' Web GUI leverages Jetty, an open source servlet container; while Metis' persistent storage leverag
N-orm - Java non-object relational mapping to ordered map databases (HBase and Redis)
What is n-ormn-orm offers a simple persistence layer for Java. Targeted stores are "no-sql" as the framework assumes a column-oriented like storage data model. The framework makes use of annotations and a very simple query language, simple enough to be very efficient, and too simple to let a model not to be efficient... ;-) Current stores are HBase and Redis, though new drivers should be simple to implement. Expectations on a data store are that it can handle maps automatically sorted according
Wilsonormapper - Wilson O/R Mapper -- a .Net object/relational mapper witten in C#
WilsonORMapper is the open source release of Paul Wilson's O/R Mapper. It is lightweight, powerful, and easy-to-use. Originally hosted at http://www.ormapper.net, the open source release was made official on Sept 9 2007 by Paul Wilson (read his announcement), as of version 4.2.2.0. .NET v2.0 SupportSupports both Generics and Nullable Types with the .NET v2.0 Build. Database SupportSupports MS Sql, Access, Oracle, as well as generic OleDb and Odbc. Define your own CustomProvider for any Database
Datapersistence - provide fast and easy way to persist data without any configuration
DataPersistence provide a simply and a fast way to persist every type of data that implements Serializable. it can save information in varius database such as SQLite,HSQLDB,MYSQL and local file in varius format including xml and json, thanks to XStream for their fantastic library