Crate tmp_postgrust

Source
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§

TmpPostgrustFactory
Factory for creating new temporary postgresql processes.

Functions§

new_default_process
Create a new default instance, initializing the DEFAULT_POSTGRES_FACTORY if it does not already exist.
new_default_process_with_migrations
Create a new default instance, initializing the DEFAULT_POSTGRES_FACTORY if it does not already exist. The function passed as the migrate parameters will be run the first time the factory is initialised.