crud-ops

Demonstrate ScalarDB CRUD operations using a fluent builder API.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill crud-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crud-ops
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/crud-ops
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill crud-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables developers to easily write and review ScalarDB CRUD operations without needing to manually translate between high-level requirements and low-level SQL statements.

Core Features & Use Cases

  • Builder Syntax: Express Get, Scan, Insert, Upsert, Update, and Delete operations using a fluent API.
  • Examples: Includes example code snippets for each CRUD operation.
  • Use Case: When you need to ensure that the team's code is consistently applying best practices for scalar database CRUD operations.

Quick Start

Use the /scalardb:crud-ops skill to learn how to construct a 'Get' operation in ScalarDB.

Frequently Asked Questions about crud-ops

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

FAQPage Schema
How do I write ScalarDB CRUD operations without using SQL?

You can express ScalarDB CRUD operations without SQL by using a fluent builder API to construct Get, Scan, Insert, Upsert, Update, and Delete commands programmatically.

What is builder syntax for database operations in ScalarDB?

Builder syntax for ScalarDB is a fluent API that lets you construct transactional read and write operations methodically, ensuring consistent code without manual SQL translation.

Can I use a fluent API for ScalarDB transactional reads and writes?

Yes, you can use a fluent API for ScalarDB transactional reads and writes to chain methods for Get, Scan, and modification operations against the scalar database.

Do I need to know the builder pattern to implement ScalarDB CRUD operations?

Yes, prerequisite knowledge of the builder pattern and key construction techniques is required to effectively implement ScalarDB CRUD operations using this fluent API.

What is the best way to ensure consistent code for ScalarDB CRUD operations?

The best way to ensure consistent ScalarDB CRUD operations is to standardize your team's code using a builder syntax fluent API for developing and reviewing transactional logic.