Metadata-Version: 2.4
Name: fw-nodes-postgres
Version: 0.0.1a1
Summary: PostgreSQL database nodes for Flowire workflow automation
License-Expression: MIT
Requires-Python: >=3.13
Requires-Dist: asyncpg>=0.30.0
Requires-Dist: flowire-sdk>=0.0.1a1
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: ruff>=0.4.0; extra == 'dev'
Description-Content-Type: text/markdown

# fw-nodes-postgres

PostgreSQL database nodes for Flowire workflow automation.

## Nodes

- **Postgres Raw Query** — Execute raw SQL with a code editor and parameterized values
- **Postgres Select** — Structured query builder for SELECT operations
- **Postgres Insert** — Insert single or bulk rows
- **Postgres Update** — Update rows with required WHERE conditions
- **Postgres Delete** — Delete rows with required WHERE conditions
