ExArrow.ADBC.DatabaseBehaviour behaviour (ex_arrow v0.6.0)

View Source

Behaviour for ADBC Database implementations. Used with Mox in tests.

Summary

Callbacks

open(driver_path_or_opts)

@callback open(driver_path_or_opts :: String.t() | keyword()) ::
  {:ok, ExArrow.ADBC.Database.t()} | {:error, term()}