package
0.15.0
Repository: https://github.com/armadaproject/armada.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
NamesValuesFromRecord returns a slice composed of the field names and another composed of the corresponding values for fields of a struct marked with "db" tags.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Upsert is an optimised SQL call for bulk upserts.
No description provided by the author
WithTestDb spins up a Postgres database for testing migrations: perform the list of migrations before entering the action callback action: callback for client code.
WithTestDbCustom connects to specified database for testing migrations: perform the list of migrations before entering the action callback config: PostgresConfig to specify connection details to database action: callback for client code.

# Structs

Migration represents a single, versioned database migration script.

# Interfaces

This is a temporary interface to act as a bridge between upgrading from pgx/v4 to pgx/v5 TODO (Mo-Fatah): Remove this after https://github.com/armadaproject/armada/pull/2659 is ready to be used in the code.