pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
314 stars 18 forks source link

Add support for Postgres #67

Closed rafaelespinoza closed 1 year ago

rafaelespinoza commented 1 year ago

Addresses #13

Some other notes: There aren't many connection string examples for the postgres GORM driver, so a couple extra links are referenced. Changes to go.mod and go.sum are automated changes as a result of running go mod tidy.

eikendev commented 1 year ago

Tested successfully, thanks!