About This Architecture
Prompt-Bibliothek is a lightweight SQLite entity-relationship diagram defining a single PROMPTS table for storing and organizing prompt templates locally. The schema includes an auto-incrementing primary key (id), required fields for titel and prompt_text, optional beschreibung and kategorie columns, and an automatic erstellungsdatum timestamp. This minimal design prioritizes simplicity and fast local queries without external dependencies. Fork this diagram on Diagrams.so to customize field names, add indexes, or extend with related tables for tags or usage metrics.