An elixir library that provides SQLite3 support for Ecto 3.0

source code

defmodule MyApp.Repo do
  use Ecto.Repo, otp_app: :my_app, adapter: Ecto.Adapters.SQLite3
end