Closed cofinalsubnets closed 3 years ago
Also should add to the README in this new backend explaining how to run, and an entry for it in the top level readme.
Alright everyone thanks for the review, I think I addressed all the issues now. We'll have to update the other backends to make sure they 403 in the right places though.
This backend also uses SQLAlchemy, so we might want to come up with a way to explain the difference between the two. I would expect users of
SQLAlchemy
to use theflask-sqlalchemy
backend as an example. If someone doesn't use SQLAlchemy and uses another ORM, they might use this as an example of how to use the new data filtering API with their own ORM.