Packages

UQuery centralizes reusable queries, e.g. for pagination and counting rows.

Current section

Files

Jump to
uquery config test.exs
Raw

config/test.exs

import Config
config :uquery, ecto_repos: [UQuery.Repo]
config :uquery, UQuery.Repo,
pool: Ecto.Adapters.SQL.Sandbox,
hostname: "0.0.0.0",
username: "postgres",
password: "aidentro!",
database: "uquery_test",
log: false