SoftwareQuality/jabref/docs/decisions/0010-use-h2-as-internal-database.md
Artem Semenovykh 415abbc47b import jabref
2024-11-16 11:43:42 +01:00

594 B

parent nav_order
Decision Records 10

Use H2 as Internal SQL Database

Context and Problem Statement

We need to store data internally in a structured way to gain performance.

Decision Drivers

  • Easy to integrate
  • Easy to use
  • Common technology

Considered Options

Decision Outcome

Chosen option: "H2 Database Engine", because it was straight-forward to use.