Skip to main content

Changelog

See what's new with Windmill.

See the Windmill roadmap and what's coming next

Roadmap

One post tagged with "Data tables"

View All Tags

Data tables backed by a Postgres resource can now be used anywhere a Postgres resource is expected, including as the source of a Postgres trigger, without exposing the underlying database connection string to users.

New features

  • Data tables backed by the instance database or a workspace Postgres resource are now valid Postgres resources.
  • Use a data table directly as the source of a Postgres trigger to react to INSERT/UPDATE/DELETE events.
  • Works in the Database Studio app component without manual resource wiring.