feat: PostgreSQL connections opened by relspec set application_name by default to relspecgo/<version>
All checks were successful
Release / test (push) Successful in -31m41s
Release / release (push) Successful in -28m47s
Release / pkg-aur (push) Successful in -32m40s
Release / pkg-deb (push) Successful in -32m25s
Release / pkg-rpm (push) Successful in -28m30s

This commit is contained in:
2026-04-26 17:48:26 +02:00
parent 837160b77a
commit fb104ea084
5 changed files with 67 additions and 3 deletions

View File

@@ -5,10 +5,11 @@ import (
"fmt"
"strings"
"github.com/jackc/pgx/v5"
"git.warky.dev/wdevs/relspecgo/pkg/models"
"git.warky.dev/wdevs/relspecgo/pkg/pgsql"
"git.warky.dev/wdevs/relspecgo/pkg/readers"
"github.com/jackc/pgx/v5"
)
// Reader implements the readers.Reader interface for PostgreSQL databases