Closed camilosampedro closed 7 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.
HSQLDB
H2
This issue just attempt to configure H2 within the application (Not the SQL script).
All table configurations are located inside model.table package.
model.table
Due to its install complexity, it is required to have a embedded database. The actual options are
HSQLDB
andH2
, between which the "faster" isH2
.This issue just attempt to configure H2 within the application (Not the SQL script).
All table configurations are located inside
model.table
package.References