codemation / pydbantic

A single model for shaping, creating, accessing, storing data within a Database
https://pydbantic.readthedocs.io/en/latest/
Apache License 2.0
228 stars 15 forks source link

Improved return type & cls model annotations #45

Closed codemation closed 1 year ago

codemation commented 1 year ago

Description

This PR corrects most issues with inherited ( defined ) DataBaseModels relating to return type annotations & initial instance creation outside of .create. .filter, .get , .all, __init__