Что такое spacetimedb-typescript?
Создайте клиенты TypeScript для SpacetimeDB. Используйте при подключении к SpacetimeDB из веб-приложений, Node.js, Deno, Bun или других сред выполнения JavaScript. Источник: douglance/spacetimedb.
Создайте клиенты TypeScript для SpacetimeDB. Используйте при подключении к SpacetimeDB из веб-приложений, Node.js, Deno, Bun или других сред выполнения JavaScript.
Быстро установите AI-навык spacetimedb-typescript в вашу среду разработки через командную строку
Источник: douglance/spacetimedb.
Build real-time TypeScript clients that connect directly to SpacetimeDB modules. The SDK provides type-safe database access, automatic synchronization, and reactive updates for web apps, Node.js, Deno, Bun, and other JavaScript runtimes.
| Missing package.json | Create package.json | "could not detect language" | | Missing tsconfig.json | Create tsconfig.json | "TsconfigNotFound" | | Entrypoint not at src/index.ts | Use src/index.ts | Module won't bundle | | indexes in COLUMNS (2nd arg) | indexes in OPTIONS (1st arg) | "reading 'tag'" error |
| Index without algorithm | algorithm: 'btree' | "reading 'tag'" error | | filter({ ownerId }) | filter(ownerId) | "does not exist in type 'Range'" | | .filter() on unique column | .find() on unique column | TypeError | | insert({ ...without id }) | insert({ id: 0n, ... }) | "Property 'id' is missing" |
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescriptСоздайте клиенты TypeScript для SpacetimeDB. Используйте при подключении к SpacetimeDB из веб-приложений, Node.js, Deno, Bun или других сред выполнения JavaScript. Источник: douglance/spacetimedb.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-typescript После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/douglance/spacetimedb