MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
160 stars 47 forks source link

Add complete type definitions #840

Closed stoutput closed 9 months ago

stoutput commented 1 year ago

Describe the feature as you'd like to see it Clear, concise, and accurate type hints across the whole codebase, especially on the base model.

What do we currently have to do now? Incorrect and incomplete type hints, very little on the model (since most of its methods pass-through to QueryBuilder)

josephmancuso commented 9 months ago

we do i think? is there a specific method that doesnt show up?

Screenshot 2023-09-30 at 1 07 36 PM