skadi-cloud/gist

Support for SQLite

Aberta

#55 aberto em 1 de nov. de 2021

 (0 comentário) (0 reação) (0 responsável)Kotlin (1 fork)auto 404
enhancementgood first issueserver

Métricas do repositório

Stars
 (6 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador