A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
4
stars
13
forks
source link
Determine if marshmallow will enable validation in ODM2Api #62
Open
valentinedwv opened 8 years ago
Right now the DB is used to enforce the validation, this means the models must be committed to a DB.
Would using Marshmallow allow for pre-commit validation of an object. https://github.com/marshmallow-code/marshmallow-sqlalchemy