summaryrefslogtreecommitdiff
path: root/internal/db/bundb/driver_postgres.go
AgeCommit message (Collapse)AuthorFiles
2025-11-17[chore] add a 'nosqlite' and 'nopostgres' build tags to support compiling ↵Libravatar kim1
without certain database support (#4523) following on from previous PRs, this is all in the name of reducing binary size! compiling with `nosqlite` nets a saving of ~2M, and compiling with `nopostgres` nets a saving of ~4M Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4523 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>