Guide
This guide walks through the complete dibs workflow, from schema to queries to production deployment.
Getting Started
- Setting up your -db crate - Create the schema crate and configure dibs
- The dibs TUI/CLI - Tour of the terminal interface and CLI commands
Schema & Migrations
- Your first table - Define tables as Rust structs
- Your first migration - Generate and run migrations
- Running migrations in prod - Deploy migrations to Kubernetes
Queries
- Setting up your -queries crate - Configure the queries workspace
- Your first query - Write Styx queries with LSP support
Admin UI
- The Svelte admin UI - Autogenerated admin interface