package
0.0.70
Repository: https://github.com/advdv/stdgo.git
Documentation: pkg.go.dev

# Functions

New is the main constructor.
NewPgtestdbTestMigrator implements the [TestMigrator] using the pgtestdb library.
Provide components as fx dependencies.
ProvideDeriver is a short-hande function for providing a named deriver function that.
TestProvide provides the package's components as an fx module with a setup more useful for testing.

# Structs

Config configures the module.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

TestMigrator can be implemented and provided to migrate the database for tests.

# Type aliases

Deriver needs to be provided by the user of this module if derived pools are created.
TestMigratorFunc makes it easy to implement the migrator.