Closed cofin closed 4 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
Documentation preview will be available shortly at https://litestar-org.github.io/advanced-alchemy-docs-preview/224
Description
This PR:
to_schema
implementation in the service layer. This will need to be rethought as it requires too many overloads to any customized service function.upsert_many
is a unique list. This is useful when you are merging a large amount of objects on a foreign key. The lookup will only contain a single unique entry for each key instead of one for each row.schema_to_dict
method to convert incoming Pydantic or Msgspec models to dictionariesCloses