skadi-cloud/gist

Support for SQLite

开放

#55 创建于 2021年11月1日

 (0 条评论) (0 个反应) (0 位负责人)Kotlin (1 个派生)auto 404
enhancementgood first issueserver

仓库指标

星标
 (6 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南