package
0.0.0-20241120175028-8fc157f98c4d
Repository: https://github.com/waku-org/storenode-messages.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

DefaultOptions returns the default DBoptions to be used.
Creates a new DB store using the db specified via options.
ParseURL will return a database connection, and migration function that should be used depending on a database connection string.
WithDB is a DBOption that lets you use any custom *sql.DB with a DBStore.
WithDriver is a DBOption that will open a *sql.DB connection.
WithMigrations is a DBOption used to determine if migrations should be executed, and what driver to use.
No description provided by the author

# Structs

ConnectionPoolOptions is the options to be used for DB connection pooling.
DBStore is a MessageProvider that has a *sql.DB connection.

# Type aliases

DBOption is an optional setting that can be used to configure the DBStore.
No description provided by the author