# `QuackDB.Application`
[🔗](https://github.com/elixir-vibe/quackdb/blob/main/lib/quack_db/application.ex#L1)

OTP application entry point for QuackDB.

Starts the supervision tree used by the package. Connection processes are
started by callers through `QuackDB.start_link/1` or child specs.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
