//
pkg.gl
Category
github.com/evzpav/gorsk
internal
platform
postgres
package
1.0.0
Repository:
https://github.com/evzpav/gorsk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
158 SLOC
#
Functions
New
New creates new database connection to a postgres database Function panics if it can't connect to database.
NewAccountDB
NewAccountDB returns a new AccountDB instance.
NewUserDB
NewUserDB returns a new UserDB instance.
#
Structs
AccountDB
AccountDB represents the client for user table.
UserDB
UserDB represents the client for user table.