golem-add-ignite-ts

Connect to Apache Ignite, run SQL queries, and manage transactions from TypeScript.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-ignite-ts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: golem-add-ignite-ts
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-add-ignite-ts
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-ignite-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires golem:rdbms/ignite2@1.5.0, and includes scripts (resource) components.

What problem does it solve?

Facilitates connecting and executing SQL queries with Apache Ignite from TypeScript code, simplifying database operations.

Core Features & Use Cases

  • Database Connection: Opens lightweight connections to Ignite using URL schemes.
  • Query Execution: Performs SQL queries with parameter placeholders, retrieving results.
  • Use Case: Developers can integrate Ignite database operations directly into TypeScript applications without switching languages.
  • Transaction Support: Supports starting, executing, and committing transactions within TypeScript scripts.

Quick Start

Use the golem:ignite skill to connect to your local Ignite server and run a simple query or create tables directly from your TypeScript code.

Frequently Asked Questions about golem-add-ignite-ts

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

FAQPage Schema
How do I connect to an Apache Ignite database from a TypeScript application?▼

You can connect to an Apache Ignite database from TypeScript by opening a lightweight connection via URL schemes, which enables direct SQL query execution and CRUD operations within your application.

Can I manage database transactions in TypeScript using Apache Ignite?▼

Yes, you can manage database transactions in TypeScript using Apache Ignite by starting, executing, and committing transactions directly within your TypeScript scripts to ensure data integrity.

Do I need the golem rdbms library to execute SQL queries on Ignite in TypeScript?▼

Yes, executing SQL queries with parameter placeholders on Apache Ignite from TypeScript requires the golem:rdbms/ignite2 library to handle the underlying distributed in-memory data grid interactions.

What is the best way to perform CRUD operations on an Apache Ignite in-memory data grid using TypeScript?▼

The best way to perform CRUD operations and table creation on an Apache Ignite in-memory data grid using TypeScript is through a direct URL database connection with parameterized SQL queries.

Does this TypeScript integration support creating tables directly in an Apache Ignite database?▼

Yes, the TypeScript integration supports creating tables directly in an Apache Ignite database, allowing developers to manage typical database schema tasks and query distributed in-memory data seamlessly.