Creating Your First Feature
This guide walks you through creating a complete backend feature from scratch: a task management system (aka the good old TODO list). You'll learn how to create database models, API endpoints and test everything together.
Database Operations
This guide covers common database operations, patterns, and best practices when working with SQLModel and Alembic.
Pydantic Models & Naming Conventions
Quick reference for Pydantic model patterns, naming conventions and common usage in the starter app.
Database Migrations
This guide covers database migrations using Alembic with SQLModel.
Embeddings & Vector Search
Quick reference for implementing embeddings and semantic search with pgvector in your backend.
Abraxas Workflows
Quick reference for creating and managing Abraxas workflows in your backend.