View Source erupt_postgres (erupt_postgres v0.1.0)

Link to this section Summary

Link to this section Functions

Link to this function

add(Conn, Name, Timestamp)

View Source
-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()}.