sqlalchemy.dialects mssql Example Code

mssql is a callable within the sqlalchemy.dialects module of the SQLAlchemy project.

mysql, oracle, postgresql, and sqlite are several other callables with code examples from the same sqlalchemy.dialects package.

Example 1 from marshmallow-sqlalchemy

marshmallow-sqlalchemy (project documentation) is a code library that makes it easier to use SQLAlchemy with the Marshmallow data serialization tool.

The marshmallow-sqlalchemy project is provided as open source under the MIT license.

marshmallow-sqlalchemy / src/marshmallow_sqlalchemy / convert.py