package
0.0.0-20241206080514-16aacae70905
Repository: https://github.com/coreumfoundation/crust.git
Documentation: pkg.go.dev

# Functions

New creates new postgres app.

# Constants

AppType is the type of postgres application.
DB is the name of database.
DefaultPort is the default port postgres listens on for client connections.
User contains the login of superuser.

# Structs

Config stores configuration of postgres app.
Postgres represents postgres.

# Type aliases

SchemaLoaderFunc is the function receiving sql client and loading schema there.