Jacob Bryan
Jacob Bryan
@PhilippWu - Using mongodb isn't too difficult to add especially with the [`beanie`](https://beanie-odm.dev/) module which makes defining Collection simple.
`sqlmodel` still requires `pydantic` version 1.10 so you'll need to upgrade it there or you'll end up having dependency issues.
@KimNikB - I suggest using the backend as a scaffolding but you'll need to make your own. Python 3.7 was depreciated and other things make it unusable as it is...
No the issue is when you keep `` You should switch it to ``
#242 Check out my PR.