Packages

BEAM-native coding agent substrate for Elixir/OTP projects

Current section

Files

Jump to
vibe lib vibe repo.ex
Raw

lib/vibe/repo.ex

defmodule Vibe.Repo do
@moduledoc "Ecto repo for the local SQLite database."
use Ecto.Repo,
otp_app: :vibe,
adapter: Ecto.Adapters.SQLite3
end