# Functions
NewPostgresDatabase factory method for database
param: URI - represents the database connection string in the format of: postgresql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
NewPostgresDatabaseWithMessageBus factory method for database with injected message bus
param: URI - represents the database connection string in the format of: postgresql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
NewPostgresStore factory method for datastore
param: URI - represents the database connection string in the format of: postgresql://user:password@host:port/database_name?application_name return: IDatabase instance, error.
# Structs
No description provided by the author