suneido-database

Document Suneido database query language syntax for queries, updates, and joins.

15|8|Updated Apr 9, 2014
One-click install
npx skills add https://github.com/apmckinlay/gsuneido --skill suneido-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suneido-database
Source: https://github.com/apmckinlay/gsuneido/tree/main/.kilocode/skills/suneido-database
Command: npx skills add https://github.com/apmckinlay/gsuneido --skill suneido-database

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise, authoritative reference for the Suneido database query language, helping developers write correct and efficient queries.

Core Features & Use Cases

  • Syntax reference for queries, updates, joins, and summarization used in Suneido databases.
  • Quick lookup of supported operators, functions, and join semantics to accelerate development and reduce errors.
  • Use Case: A developer reviews how to create a query with where, project, and join to retrieve related data from multiple tables.

Quick Start

Look up the exact syntax for a join or a summarize function to construct a correct Suneido query and validate it against your data model.

Frequently Asked Questions about suneido-database

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

FAQPage Schema
How do I write a Suneido database query with joins and where clauses?

A Suneido database query uses specific operators for where, project, and join to retrieve related data. You must use the exact syntax to combine multiple tables and filter records correctly.

What is the correct syntax for summarizing data in a Suneido database query?

The summarize function in a Suneido database query aggregates records. You provide the specific summarization operator to group and calculate data efficiently across your tables.

How do I perform updates on a Suneido database?

Updates on a Suneido database require specific query language syntax to modify existing records. You must structure the update operation accurately to ensure correct data manipulation.

Can I use standard SQL operators for Suneido database queries?

Suneido database queries use a specific query language, not standard SQL. You must look up the supported operators and functions to ensure your syntax matches the Suneido framework.

What are the limitations of the Suneido query language for data retrieval?

The Suneido query language requires accurate syntax coverage for queries and joins. You must validate operations against your data model to avoid errors during retrieval.