Jonathan Demirgian

Results 13 comments of Jonathan Demirgian

I'm assuming you can't sufficiently predict the table name beforehand? I use a function to generate part of the table name dynamically (for dev/staging/prod). On Thu, Jun 18, 2020 at...

The `obj` value that's missing is the instance. You need to use an instantiated `Schema`: ```python db.MyModel.Schema().dumps(someInstanceOfMyModel) ``` I think that the interface of the dumped data from that will...

Thank you maintainers for running with this for as long as you have. 🙏