💾 Archived View for gemini.rmf-dev.com › repo › Vaati › gmiChat › files › 42c955ef7f6b0c468dd9ebf70d… captured on 2023-01-29 at 03:04:29. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-03-20)

-=-=-=-=-=-=-

0 defmodule Gmichat.Repo do

1 use Ecto.Repo,

2 otp_app: :gmichat,

3 adapter: Ecto.Adapters.SQLite3

4 end

5