View Source Ravix.Operations.Database.Maintenance (ravix v0.0.3)

Database maintenance operations module

Link to this section Summary

Functions

Creates a database using the informed request executor

Link to this section Functions

Link to this function

create_database(store_or_pid, database_name, opts \\ [])

View Source
@spec create_database(atom() | pid(), nil | binary(), keyword()) ::
  {:error, any()} | {:ok, any()}

Creates a database using the informed request executor