3 posts tagged with "Postgres"
View All TagsTrigger scripts and flows in response to database transactions.
New features
- Connect to a Postgres database and trigger runnables in response to INSERT, UPDATE, DELETE transactions.
- Utilize Postgres's logical replication streaming protocol for efficient and low-latency triggering.
- Track transactions on all tables, specific schemas, or specific tables with column selection.
- Filter rows using simple WHERE conditions for specific table tracking.
- Manage Postgres publications and replication slots directly from the interface.
- Automatically generate TypeScript script templates for tracked tables and schemas.

Introducing the Database studio, a web-based database management tool that leverages Ag Grid for table display and interaction. In apps, interaction with database content made easy; from a SQL resource, display, edit, add rows, delete rows ... and connect to other components.
New features
- Display the content of a table.
- Edit the content of a table by directly editing the cells (only when the cell is editable).
- Add a new row.
- Delete a row.
- Support of Postgresql, MySql, MS Sql, BigQuery, Snowflake.

The Ag charts component integrates the Ag charts library, enabling the visualization of data through various chart types. This component is designed to offer a flexible and powerful way to display data graphically within the application.
New features
- Chart Display: Leverages the Ag charts library to present data in a visually appealing chart format.
- Diverse Chart Types: Supports multiple chart types including Bar, Line, Scatter, and both Area & Range Bar that are exclusive to Enterprise Edition (because Ag charts key needed).