An elixir library that provides SQLite3 support for Ecto 3.0
defmodule MyApp.Repo do
use Ecto.Repo, otp_app: :my_app, adapter: Ecto.Adapters.SQLite3
end
An elixir library that provides SQLite3 support for Ecto 3.0
defmodule MyApp.Repo do
use Ecto.Repo, otp_app: :my_app, adapter: Ecto.Adapters.SQLite3
end