Common Database Access

About

The Common Database Framework is a Scala library that allows developers to store application data in an embedded relational database. It simplifies creation, opening, migrating to updated schemas, data access, and transaction handling. It mixes the H2 database engine with Spring-JDBC, in a type-safe style.

Resources

Acknowledgements

The framework is built from many fine Open Source / Free Software components:

We also make use of the following tools: