skadi-cloud/gist

Support for SQLite

オープン

#55 opened on 2021/11/01

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (1 件のフォーク)auto 404
enhancementgood first issueserver

Repository metrics

Stars
 (6 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド