{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"Wraps SQLAlchemy and pyodbc to simplify connection and session management for Microsoft SQL Server databases.","skillfed_tags":["abandoned","mssql-wrapper"],"use_cases":["Quick prototyping of MSSQL database access in Python scripts without writing boilerplate connection code.","Legacy projects that were built against this package and have pinned dependencies to 2020 versions.","Educational or demonstration code where simplifying sqlalchemy setup is the primary goal.","Migrating from raw pyodbc to sqlalchemy ORM with minimal refactoring."],"what_it_does":"mssql is a thin wrapper around sqlalchemy and pyodbc that abstracts away boilerplate connection setup for Microsoft SQL Server databases. It provides a simple class-based interface to initialize a connection and retrieve a sqlalchemy session, reducing the amount of configuration code needed for basic MSSQL workflows.\n\nThe package has been unmaintained since 2020-01-07 and has received no updates since its initial release. While it carries a permissive MIT license and has low install friction, its age and lack of maintenance mean it may not work reliably with current versions of its dependencies or modern SQL Server deployments. It is suitable only for legacy projects or environments where dependency versions are pinned to 2020-era releases.","worth_installing":"No, not for new projects. The package is abandoned and has not been updated since 2020-01-07, creating a significant maintenance and compatibility risk. Use sqlalchemy directly with pyodbc instead. Only consider it if you are maintaining legacy code that already depends on it."},"id":"mssql","links":{"html":"https://skillfed.io/packages/mssql","md":"https://skillfed.io/packages/mssql.md","pypi":"https://pypi.org/project/mssql/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-01-07","license_spdx":null,"license_treatment":"permissive","name":"mssql","python_support":"supports_current","summary":"python sqlalchemy MsSQL utility"},"popularity":{"monthly_downloads":106827,"position":12636,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.1"}
