View Source strata (strata v0.1.0)

Summary

Functions

-spec cleanup(map()) -> ok | {error, any()}.
Link to this function

config(Migrations, Driver)

View Source
-spec config(list() | map(), module()) -> map().
Link to this function

config(Migrations, Driver, Conn)

View Source
-spec config(list() | map(), module(), any()) -> map().
-spec list(map()) -> {ok, list()} | {error, any()}.
-spec redo(map()) -> ok | {error, any()}.
-spec revert(map()) -> ok | {error, any()}.
-spec run(map()) -> ok | {error, any()}.
-spec timestamp() -> integer().