start postgres support for extended data

This commit is contained in:
2023-04-13 12:42:31 -07:00
parent bd9e9f37aa
commit d0802de7ae
7 changed files with 552 additions and 73 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module main
go 1.16
require github.com/influxdata/influxdb-client-go/v2 v2.6.0
require (
github.com/influxdata/influxdb-client-go/v2 v2.6.0
github.com/jackc/pgx/v4 v4.18.1
)