Expand description
tmp-postgrust provides temporary postgresql processes that are cleaned up
after being dropped.
§Inspiration / Similar Projects
Modules§
- errors
- Common Errors
- synchronous
- Methods for Synchronous API
Structs§
- TmpPostgrust
Factory - Factory for creating new temporary postgresql processes.
Functions§
- new_
default_ process - Create a new default instance, initializing the
DEFAULT_POSTGRES_FACTORYif it does not already exist. - new_
default_ process_ with_ migrations - Create a new default instance, initializing the
DEFAULT_POSTGRES_FACTORYif it does not already exist. The function passed as themigrateparameters will be run the first time the factory is initialised.