View Source erupt_mysql (erupt_mysql v0.1.0)
Link to this section Summary
Link to this section Functions
-spec add(any(), binary(), integer()) -> ok | {error, any()}.
-spec delete(any(), integer()) -> ok | {error, any()}.
-spec down(any()) -> ok | {error, any()}.
-spec exec(any(), iodata()) -> ok | {error, any()}.
-spec last(any()) -> {error, any()} | {ok, {integer(), module(), integer()}}.
-spec list(any()) -> {ok, list()} | {error, any()}.
-spec up(any()) -> ok | {error, any()}.