원클릭으로
sp00ky
sp00ky에는 mono424에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.