KalamDB
SQL-first realtime backend with live queries and user-scoped access
All Skills in This Repository (18)
Pure Emerald Level Indicatorsspeckit-checklist
Validate technical requirements in .specify documentation against checklist criteria.
speckit-constitution
Synchronize principles and governance rules across dependent project templates.
speckit-implement
Execute software development tasks from tasks.md with validation checklists.
speckit-taskstoissues
Convert spec-kit project tasks into dependency-ordered GitHub issues.
speckit-clarify
Resolve ambiguities in feature specifications through structured interactive questioning.
speckit-plan
Generate design artifacts and implementation plans from a feature specification.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for consistency and coverage gaps.
speckit-specify
Generate standardized feature specifications from natural language descriptions.
speckit-tasks
Generate dependency-ordered task lists from plan.md and spec.md files.
web-design-guidelines
Audit UI source code against Web Interface Guidelines for accessibility and design consistency.
shadcn
Manages shadcn/ui component installation, configuration, and styling in web applications.
speckit-converge
Compare codebases against spec.md, plan.md, and tasks.md to append missing tasks.
Frequently Asked Questions
FAQPage SchemaHow to install KalamDB?โผ
Run `npx skills add kalamdb/KalamDB --all -g -y` in your terminal to install all skills in this suite globally.
What is KalamDB used for?โผ
KalamDB is a SQL-first realtime backend that lets frontends and AI agents query, write, and subscribe to live data through one SQL API. It replaces custom CRUD endpoints and separate sync layers with user-scoped tables and live queries over WebSocket.
How do live queries work in KalamDB?โผ
Clients run ordinary SQL over HTTP and subscribe to result changes over a shared WebSocket connection. When rows change, the UI or agent receives updated rows automatically without polling.
Does KalamDB support per-user data isolation?โผ
Yes. USER tables automatically scope results to the signed-in user, and trusted services can act for a user through EXECUTE AS USER under role-based access control.
Which SDKs and tools does KalamDB include?โผ
It ships official TypeScript, Dart/Flutter, and Rust SDKs, plus a CLI, an admin web UI, a PostgreSQL extension, and Docker images for single-node or clustered deployment.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web