dataflow

Creates and manages database workflows with CRUD, bulk operations, and transactions for PostgreSQL, MySQL, SQLite.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/terrene-foundation/kailash-coc-claude-rs --skill dataflow-terrene-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataflow
Source: https://github.com/terrene-foundation/kailash-coc-claude-rs/tree/main/.claude/skills/02-dataflow
Command: npx skills add https://github.com/terrene-foundation/kailash-coc-claude-rs --skill dataflow-terrene-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kailash-enterprise, and includes references (resource) components.

What problem does it solve?

This Skill simplifies database interactions within workflows, abstracting away complex SQL and boilerplate code, allowing developers to focus on business logic rather than database management.

Core Features & Use Cases

  • 11 Auto-Generated Nodes: Provides nodes for CRUD, bulk operations, and counting, eliminating manual SQL writing.
  • Database Agnostic: Works seamlessly with PostgreSQL, MySQL, and SQLite.
  • Use Case: Automatically create, read, update, and delete user records in a PostgreSQL database as part of a larger user onboarding workflow, ensuring data consistency and reducing development time.

Quick Start

Use the dataflow skill to create a new user record with the name 'Alice' and email '[email protected]'.

Frequently Asked Questions about dataflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate database CRUD operations within a workflow without writing raw SQL?

You can automate database CRUD operations within a workflow using high-level abstractions that auto-generate nodes for creating, reading, updating, and deleting records. This approach eliminates manual SQL writing and boilerplate code, letting developers focus on business logic.

Can I execute bulk database operations and transactions across different SQL databases?

Yes, bulk database operations and transactions can be executed seamlessly across PostgreSQL, MySQL, and SQLite databases. The database-agnostic abstraction layer supports deterministic data manipulation and querying within workflow engines regardless of the underlying SQL database.

What is the best way to manage user onboarding records in a PostgreSQL workflow?

The best way to manage user onboarding records in a PostgreSQL workflow is to integrate deterministic data manipulation nodes. Automatically creating, reading, updating, and deleting user records ensures data consistency and reduces development time.

Do I need an ORM to perform data manipulation and counting in automated workflows?

No, you do not need an ORM to perform data manipulation and counting in automated workflows. Auto-generated nodes provide 11 specific operations for CRUD, bulk actions, and counting, abstracting away the need for direct ORM or SQL integration.

Does this database workflow abstraction work with SQLite and MySQL integration?

Yes, this database workflow abstraction works seamlessly with SQLite and MySQL integration, alongside PostgreSQL. It provides a database-agnostic approach to ensure deterministic data querying and manipulation across all three supported platforms.