bknd-crud-update

Update Bknd database records via SDK or REST API.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cameronapak/melos --skill bknd-crud-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bknd-crud-update
Source: https://github.com/cameronapak/melos/tree/main/.agents/skills/bknd-crud-update
Command: npx skills add https://github.com/cameronapak/melos --skill bknd-crud-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to update existing records in a Bknd database using the SDK or REST API, handling single and bulk updates, partial updates, and relation changes.

Core Features & Use Cases

  • Update single records with updateOne and bulk updates with updateMany.
  • Modify relations (set, add, remove, unset) safely and atomically.
  • Apply conditional updates and handle responses with clear error handling in both UI and code modes.
  • Real-world scenario: update a user's profile fields and related relationships in a single operation.

Quick Start

Use the bknd-crud-update Skill to perform a sample update on a record, e.g., update a user's name and status via the SDK or REST API.

Frequently Asked Questions about bknd-crud-update

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

FAQPage Schema
How do I update existing records in a Bknd database using the REST API or SDK?

Update Bknd records via the SDK or REST API using updateOne for single records or updateMany for bulk updates, supporting partial field modifications and relation changes.

Can I modify relations between entities when updating a Bknd record?

Yes, Bknd record updates support modifying relations atomically by setting, adding, removing, or unsetting relationships across entities during a single update operation via SDK or REST API.

How do I perform bulk updates on multiple records in Bknd?

Use the updateMany function via the SDK or REST API to apply bulk updates across multiple matching Bknd records simultaneously, including partial updates and relation changes with reliable response structures.

Does the Bknd SDK support conditional updates for records?

Yes, the Bknd SDK enforces authentication and supports conditional updates for records, providing robust error handling and clear response structures for both UI and code integrations.

What is the best way to handle partial field updates in a Bknd database?

Use updateOne or updateMany via the Bknd SDK or REST API to safely apply partial field updates, modifying only specified record attributes while preserving the rest of the data structure.