·spacetimedb-rust
</>

spacetimedb-rust

douglance/spacetimedb

Entwickeln Sie SpacetimeDB-Servermodule in Rust. Wird beim Schreiben von Reduzierern, Tabellen oder Modullogik verwendet.

4Installationen·0Trend·@douglance

Installation

$npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust

SKILL.md

SpacetimeDB modules are WebAssembly applications that run inside the database. They define tables to store data and reducers to modify data. Clients connect directly to the database and execute application logic inside it.

| #[derive(SpacetimeType)] on #[table] | Remove it — macro handles this | Conflicting derive macros | | ctx.db.player (field access) | ctx.db.player() (method) | "no field player on type" | | ctx.db.player().find(id) | ctx.db.player().id().find(&id) | Must access via index | | &mut ReducerContext | &ReducerContext | Wrong context type |

| Missing use spacetimedb::Table; | Add import | "no method named insert" | | #[table(name = "mytable")] | #[table(name = mytable)] | String literals not allowed | | Missing public on table | Add public flag | Clients can't subscribe | | #[spacetimedb::reducer] | #[reducer] after import | Wrong attribute path |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-02
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist spacetimedb-rust?

Entwickeln Sie SpacetimeDB-Servermodule in Rust. Wird beim Schreiben von Reduzierern, Tabellen oder Modullogik verwendet. Quelle: douglance/spacetimedb.

Wie installiere ich spacetimedb-rust?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/douglance/spacetimedb --skill spacetimedb-rust Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/douglance/spacetimedb

Details

Kategorie
</>Entwicklung
Quelle
skills.sh
Erstes Auftreten
2026-02-02