Packages

A rebar3 plugin for compiling .sql SQL modules

Current section

Files

Jump to
rebar3_sqlc src rebar3_sqlc.erl
Raw

src/rebar3_sqlc.erl

-module(rebar3_sqlc).
-export([init/1]).
-spec init(State) -> {ok, State} when
State :: rebar_state:t().
init(State) ->
{ok, rebar3_sqlc_prv_compile:init(State)}.