{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database"}],"enrichment":{"capability":"Provides programmatic management of Azure relational database services (MySQL and PostgreSQL) through the Azure SDK, enabling creation, configuration, and administration of database servers via Python.","skillfed_tags":["azure-sdk","cloud-management"],"use_cases":["Automate provisioning and teardown of Azure MySQL or PostgreSQL servers as part of infrastructure-as-code workflows.","Manage database server configurations, backups, and security settings programmatically from Python applications.","Integrate Azure database administration into CI/CD pipelines or DevOps tooling.","Query and monitor database server properties and status without manual portal access."],"what_it_does":"This is Microsoft's official Python SDK for managing relational database services in Azure. It wraps the Azure management plane APIs for MySQL and PostgreSQL, allowing you to provision, configure, and administer database servers programmatically. The package depends on msrest for HTTP communication, azure-mgmt-core for shared management SDK patterns, and typing-extensions for type hints.\n\nThe library is production-stable (Development Status 5) and actively maintained, with recent fixes for compatibility with the latest azure-core. However, the documentation notes that several modules are deprecated: mysql and postgresql single-server modules are being retired by Azure, with users directed to migrate to separate packages. This makes it suitable for managing existing single-server deployments but not recommended for new projects.","worth_installing":"Yes, if you need to manage existing Azure single-server MySQL or PostgreSQL deployments from Python. Install with caution for new projects\u2014the package is stable and actively maintained, but Azure is retiring the underlying single-server services. Check whether your use case aligns with the migration path before committing to this library."},"id":"azure-mgmt-rdbms","links":{"html":"https://skillfed.io/packages/azure-mgmt-rdbms","md":"https://skillfed.io/packages/azure-mgmt-rdbms.md","pypi":"https://pypi.org/project/azure-mgmt-rdbms/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-11-25","license_spdx":null,"license_treatment":"unclear","name":"azure-mgmt-rdbms","python_support":"supports_current","summary":"Microsoft Azure Rdbms Management Client Library for Python"},"popularity":{"monthly_downloads":7713376,"position":1704,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"10.1.1"}
