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