marshmallow-sqlalchemy 1.1.0
0
SQLAlchemy integration with the marshmallow (de)serialization library
Contents
SQLAlchemy integration with the marshmallow (de)serialization library
Stars: 557, Watchers: 557, Forks: 96, Open Issues: 64The marshmallow-code/marshmallow-sqlalchemy
repo was created 9 years ago and the last code push was Yesterday.
The project is popular with 557 github stars!
How to Install marshmallow-sqlalchemy
You can install marshmallow-sqlalchemy using pip
pip install marshmallow-sqlalchemy
or add it to a project with poetry
poetry add marshmallow-sqlalchemy
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/marshmallow-sqlalchemy/
- GitHub Repo:
- https://github.com/marshmallow-code/marshmallow-sqlalchemy
Classifiers
Related Packages
Errors
A list of common marshmallow-sqlalchemy errors.
Code Examples
Here are some marshmallow-sqlalchemy
code examples and snippets.
GitHub Issues
The marshmallow-sqlalchemy package has 64 open issues on GitHub
- Is there a way to combine SQLAlchemy with Marshmallow for deserializing incoming JSON structure into a DB object for storage?