convergence-project icon indicating copy to clipboard operation
convergence-project copied to clipboard

Database Abstraction Layer

Open mmacfadden opened this issue 4 years ago • 1 comments

Description It would be ideal if Convergence could support multiple databases. We already have the persistence store fairly well isolated in the codebase. We will create a trait for this and then have multiple implementations.

Potential Databases of interest are:

  • https://dgraph.io/
  • PostgreSQL
  • MariaDB
  • MongoDB

Is there a workaround in the absence of this feature? No.

mmacfadden avatar Apr 26 '20 13:04 mmacfadden