LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
326 stars 157 forks source link

Investigate PostgreSQL backend support #879

Closed lmsurpre closed 4 years ago

lmsurpre commented 4 years ago

Two main options: A. Adapt the current fhir-persistence-jdbc to support PostgreSQL (probably starting from the Derby model) B. Implement a FHIRPersistence interface on top of the FHIRBase PostgreSQL backend

For this epic, we will NOT investigate supporting multitenancy.

lmsurpre commented 4 years ago

Moved #878 out of this epic (since option A--Adapt the current fhir-persistence-jdbc to support PostgreSQL--seems to be working well).