skadi-cloud/gist

Support for SQLite

Offen

#55 geöffnet am 01.11.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (1 Fork)auto 404
enhancementgood first issueserver

Repository-Metriken

Stars
 (6 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. Testing requires PostgreSQL which makes it harder to run the test than required.

Describe the solution you'd like Support SQLite as a database backend for small deployments and testing. We would need new environment variables to control the database backend. As part of the we should prefix the variables e.g. POSTGRE_HOST, POSTGRE_DB, etc.

Additional context See exposed configuration for sqlite here.

Contributor Guide