dmontagu / fastapi-utils

Reusable utilities for FastAPI
MIT License
1.89k stars 165 forks source link

Enable SQLAlchemy Caching for GUID type #223

Open 2start opened 3 years ago

2start commented 3 years ago

Enables SQL Alchemy to cache the custom type. See https://docs.sqlalchemy.org/en/14/core/custom_types.html for more information.