camilosampedro / Aton

Open web computer laboratory administrator
http://camilosampedro.github.io/Aton
GNU General Public License v3.0
14 stars 12 forks source link

Migrate database configurations from MySQL to H2 #50

Closed camilosampedro closed 7 years ago

camilosampedro commented 8 years ago

Due to its install complexity, it is required to have a embedded database. The actual options are HSQLDB and H2, between which the "faster" is H2.

This issue just attempt to configure H2 within the application (Not the SQL script).

All table configurations are located inside model.table package.

References