Advanced Alchemy Types

Apply Advanced Alchemy custom SQLAlchemy types such as `DateTimeUTC`, encrypted fields, `GUID`, `JsonB`, password hashing, and stored file objects with backend-aware behavior and migration compatibility. Use when modeling non-trivial persistence concerns, securing sensitive columns, or choosing database-portable data types. Do not use for general model design that does not require custom column behavior.

alti3 728a12f 2 files · 2.7 KB Updated

File contents

alti3/litestar-skills/tree/main/plugins/advanced-alchemy/skills/advanced-alchemy-types commit 728a12f35d

Frequently asked questions

npx skillmds@latest add alti3/advanced-alchemy-types