Files
prompts/docs/skills/nicegui/references/source-documentation.md
T
2026-06-23 19:46:35 -05:00

2.1 KiB

Source Documentation

Use these links for framework-specific details.

FastAPI

!!! info "FastAPI sources" - Lifespan events - Settings and environment variables - Dependencies with yield - SQL databases tutorial

SQLAlchemy and Alembic

!!! info "Persistence sources" - SQLAlchemy engine configuration and pooling - SQLAlchemy session lifecycle basics - Alembic tutorial

Pydantic

!!! info "Pydantic source" - Pydantic settings management

NiceGUI

!!! info "NiceGUI sources" - Pages, routing, and FastAPI integration - Binding properties and bindable dataclass - Security best practices

Python Dataclasses

!!! info "Python sources" - dataclasses module reference - PEP 557: Data Classes

LangGraph

!!! info "LangGraph sources" - Overview - Quickstart - Workflows and agents - Persistence - Memory concepts - Streaming - Interrupts and human-in-the-loop