# Functions
NewPostgresClient creates a Postgres db client.
NewRDSExternalClient initializes a client to external rds.
NewRedshiftFastClient initializes a client to fast prod.
NewSnowflakeClient creates a Snowflake db client.
NewProdSnowflakeClient initializes a client to Snowflake.
# Structs
Postgres provides an implementation of DBClient that contains the postgres client connection.
PostgresCredentials contains the postgres credentials/information.
SnowflakeCredentials provides an implementation of DBClient that contains the postgres client connection.
SnowflakeCredentials contains the Snowflake credentials/information.
TableMetadata contains information about a table in Postgres.
# Interfaces
No description provided by the author