# Functions
No description provided by the author
NewMemoryClientFactory returns a MemoryClientFactory implementation of ClientFactory.
NewPGXClientFactory returns a PGXClientFactory implementation of ClientFactory.
# Structs
Conn holds database connection info.
MemoryClientFactory produces simple in-memory sqlite database clients for development and testing.
PGXClientFactory produces pgx clients suitable for live workloads.
# Interfaces
No description provided by the author