adapter library

CLI adapter entrypoint for the Postgres backend.

Kept separate from package:basalt_postgres/basalt_postgres.dart so the runtime surface doesn't pull in tooling types. The basalt CLI's generated bootstrap imports this library and reads the conventional top-level adapter constant (see package:basalt/tooling.dart).

Classes

PostgresAdapter Getting Started
BasaltAdapter for the Postgres backend.
PostgresEndpoint Getting Started
A resolved Postgres connection endpoint, parsed from the database: options of basalt.yaml.

Constants

adapter → const BasaltAdapter
The adapter instance the basalt CLI bootstraps with.