What databases are supported by Cloud Blocks.

The system has been tested on the following databases 

  • PostgreSQL 9.1+
  • MySQL 5+
  • Sybase 12+
  • Oracle 12.5+
  • Microsoft SQL server 2007+

The Cloud Blocks stores all the data in simple key/value pair tables, which are support by all major databases. All data access is done via the JDBC driver for the database. The main requirements of the database is that it's ACID compliant and has a JDBC driver for the current Java version.