bknd-crud-read
✓Use when querying and retrieving data from Bknd entities via SDK or REST API. Covers readOne, readMany, readOneBy, filtering (where clause), sorting, field selection, loading relations (with/join), and response handling.
Installation
SKILL.md
Query and retrieve data from your Bknd database using the SDK or REST API.
UI steps: Admin Panel > Data > Select Entity > Browse/search records
| Query method | Separate queries | SQL JOIN | | Return structure | Nested objects | Flat (unless also with) | | Use case | Load related data | Filter by related fields | | Performance | Multiple queries | Single query |
Use when querying and retrieving data from Bknd entities via SDK or REST API. Covers readOne, readMany, readOneBy, filtering (where clause), sorting, field selection, loading relations (with/join), and response handling. Source: cameronapak/bknd-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-crud-read- Source
- cameronapak/bknd-skills
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bknd-crud-read?
Use when querying and retrieving data from Bknd entities via SDK or REST API. Covers readOne, readMany, readOneBy, filtering (where clause), sorting, field selection, loading relations (with/join), and response handling. Source: cameronapak/bknd-skills.
How do I install bknd-crud-read?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-crud-read Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/cameronapak/bknd-skills
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01