package
1.0.0
Repository: https://github.com/mustafa-korkmaz/gorsk.git
Documentation: pkg.go.dev

# Functions

New creates new database connection to a postgres database Function panics if it can't connect to database.
NewAccountDB returns a new AccountDB instance.
NewUserDB returns a new UserDB instance.

# Structs

AccountDB represents the client for user table.
UserDB represents the client for user table.