mit einem Klick
sp00ky
sp00ky enthält 3 gesammelte Skills von mono424, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
SolidJS integration for the Sp00ky reactive local-first SurrealDB framework. Use when setting up Sp00kyProvider, using useQuery for reactive data, building queries with QueryBuilder in SolidJS components, handling mutations, auth, file uploads/downloads, or working with Sp00ky types like Model and RecordId.
Core client for the Sp00ky reactive local-first SurrealDB framework. Use when initializing Sp00kyClient, registering queries and subscriptions, performing mutations (create/update/delete), handling auth (signUp/signIn/signOut), working with file buckets, or using backend runs (HTTP outbox pattern).
Type-safe query builder for SurrealDB used by the Sp00ky framework. Use when defining schemas (SchemaStructure), building queries with QueryBuilder, handling relationships (one/many cardinality), or working with Sp00ky type helpers like TableNames, GetTable, TableModel, and QueryResult.