#1925·v2

Pure-go Sqlite

Author: aymanbagabasCreated Jun 16, 2023Updated Aug 7, 2026

Hi all

Couldn't help but notice that Miniflux doesn't support Sqlite because the driver needs CGo and GCC. Would like to share that there is a pure-go Sqlite driver that doesn't need CGo nor GCC https://gitlab.com/cznic/sqlite would be great if Miniflux supports Sqlite as its a lot lighter that Postgres.