fdb v5.1.7-2 FDB.Cluster View Source
This module provides functions to create and configure cluster
Link to this section Summary
Functions
Creates a new Cluster. If the cluster_file_path
is not set then
default cluster
file
will be used
Async version of create/1
Link to this section Types
Link to this section Functions
Creates a new Cluster. If the cluster_file_path
is not set then
default cluster
file
will be used.
Link to this function
create_q(file_path \\ nil)
View Source
create_q(String.t() | nil) :: FDB.Future.t()
Async version of create/1