feat: initial postgres driver

This commit is contained in:
Steven
2023-12-17 15:08:51 +08:00
parent 41cb597f03
commit a7d48e8059
17 changed files with 1674 additions and 0 deletions

1
go.mod
View File

@@ -74,6 +74,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
github.com/h2non/filetype v1.1.3
github.com/improbable-eng/grpc-web v0.15.0
github.com/lib/pq v1.10.9
github.com/mssola/useragent v1.0.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1