{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Generates a web-based admin interface for SQLAlchemy models, integrating with Starlette to provide CRUD operations, filtering, and model management without writing custom views.","skillfed_tags":["admin-interface","orm-tooling","web-framework-integration"],"use_cases":["Quickly add a management interface to a Starlette application without building custom admin pages","Enable non-technical users to view, create, edit, and delete database records through a web UI","Prototype or demo a data-driven application with minimal admin scaffolding code","Manage SQLAlchemy model instances in production with built-in filtering and column selection","Support both sync and async database operations in a single admin interface"],"what_it_does":"SQLAdmin is a web-based admin interface generator for SQLAlchemy models that works with Starlette applications. It automatically creates CRUD pages, filtering, and model management views without requiring you to write custom admin code. The interface integrates directly with your existing SQLAlchemy models and database engine.\n\nThe package handles both synchronous and asynchronous SQLAlchemy engines and supports SQLModel. Optional extras enable session-backed authentication and internationalization. You define admin views by subclassing ModelView, specify which columns to display, and register them with the Admin instance\u2014the interface is then available at /admin.","worth_installing":"Yes. Active maintenance, low install friction, no known vulnerabilities, and permissive licensing make this a safe choice. Install it if you need a functional admin interface for SQLAlchemy models in Starlette without building custom views. Suitable for prototypes, internal tools, and production dashboards."},"id":"sqladmin","links":{"html":"https://skillfed.io/packages/sqladmin","md":"https://skillfed.io/packages/sqladmin.md","pypi":"https://pypi.org/project/sqladmin/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-06","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"sqladmin","python_support":"supports_current","summary":"SQLAlchemy admin for FastAPI and Starlette"},"popularity":{"monthly_downloads":948826,"position":4660,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.31.0"}
