modulepackage
0.0.0-20230713062433-a9016dc9b8ea
Repository: https://github.com/joshburnsxyz/postgres.git
Documentation: pkg.go.dev
# README
Postgres interface
Generic postgres interface for Go. This package creates a generic interface to interact with a PostgreSQL server. Provides basic query methods and table representations.
Usage
See
postgres_test.go
for examples
More docs coming soon
# Functions
NewPostgresDB creates a new instance of PostgresDB with the provided connection string.
# Structs
PostgresDB represents a PostgreSQL database connection.
Table represents a database table.
TableColumn represents a column in a database table.