{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"Datasette is a web server and CLI tool that transforms SQLite databases into interactive, queryable websites with a REST API, designed for exploring and publishing data without writing custom code.","skillfed_tags":["data-publishing","sqlite-tools","rest-api-generator"],"use_cases":["Publish a CSV or SQLite database as a searchable, filterable website with zero custom backend code.","Create a read-only REST API from an existing database for third-party integrations or data journalism.","Deploy a data exploration interface to the cloud with a single command for sharing datasets with stakeholders.","Build interactive dashboards for archival or museum collections without writing HTML or JavaScript.","Analyze local application data (e.g., browser history, logs) through a web interface without manual SQL queries."],"what_it_does":"Datasette is a command-line tool and web application framework that serves SQLite databases as interactive websites with built-in REST APIs. It eliminates the need to write custom web code: point it at a database file, and it automatically generates a browsable interface with search, filtering, and sorting, plus JSON endpoints for programmatic access. The tool is built on modern Python async infrastructure (uvicorn, asgiref) and includes templating (Jinja2), form handling (itsdangerous), and plugin support (pluggy).\n\nIt's designed for data journalists, researchers, archivists, and anyone publishing datasets\u2014from CSV uploads to complex multi-table databases. Datasette can also publish databases to cloud platforms (Heroku, Google Cloud Run) via Docker, and offers a browser-based WebAssembly version (Datasette Lite) for client-side exploration. The project is actively developed, supports Python 3.9 through 3.14, and has a permissive Apache 2.0 license.","worth_installing":"Yes. Datasette is worth installing if you need to quickly publish or explore SQLite data as a web interface or API. It is actively maintained, has low install friction, carries a permissive license, and solves a real problem for data sharing and exploration. One known vulnerability (PYSEC-2023-154) exists; verify its severity and whether a patch is available before deploying to production."},"id":"datasette","links":{"html":"https://skillfed.io/packages/datasette","md":"https://skillfed.io/packages/datasette.md","pypi":"https://pypi.org/project/datasette/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-06","license_spdx":null,"license_treatment":"permissive","name":"datasette","python_support":"supports_current","summary":"An open source multi-tool for exploring and publishing data"},"popularity":{"monthly_downloads":171402,"position":10368,"tier":"top_15000"},"security":{"n_vulnerabilities":1},"version":"0.65.3"}
