sqlmodel
sqlmodel copied to clipboard
✨ Add support for pydantic date types
Add support for pydantic date types
This PR adds mappings for the Pydantic Datetime Types. https://docs.pydantic.dev/latest/api/types/#pydantic.types.AwareDatetime It improves #539.
Please let me know how I add unittests for this.