View Source sqlc (sqlc v0.1.0)
Summary
Functions
-spec file(file:filename_all()) -> {ok, sqlc_module:t()} | {error, sqlc_error:t()}.
-spec string(module(), unicode:chardata()) -> {ok, sqlc_module:t()} | {error, sqlc_error:t()}.
-spec file(file:filename_all()) -> {ok, sqlc_module:t()} | {error, sqlc_error:t()}.
-spec string(module(), unicode:chardata()) -> {ok, sqlc_module:t()} | {error, sqlc_error:t()}.