zuul/releasenotes/notes/postgres-ae4f8594d0f4b256.yaml
James E. Blair 41d8e478a5 Remove "sql connection" backwards compatability for database
In 4.0 we deprecated connections using the "sql" driver in favor of
using the new "database" config file section.  Remove the backwards
compatible handling of that so that "sql" connections or lack of
"database" section report an error.

Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
2022-01-25 16:07:08 -08:00

6 lines
153 B
YAML

---
features:
- |
PostgreSQL is now officially supported as database backend.
See ``sql connection`` on how to configure database connections.