datasette-export-database 0.3a1
Summary
Datasette-export-database 0.3a1, released on April 15, 2026, enables on-demand export of mutable SQLite databases. This plugin received an essential upgrade to address a change in Datasette 1.0a27, which no longer sets the `ds_csrftoken` cookie. The previous version of the plugin relied on this cookie as part of its custom signed URL mechanism, necessitating this update for continued functionality and compatibility with newer Datasette versions. This ensures users can maintain their database export capabilities within the updated Datasette ecosystem.
Key takeaway
For Datasette administrators or developers managing mutable SQLite databases, upgrading to datasette-export-database 0.3a1 is crucial. This update ensures your on-demand database export functionality remains operational and compatible with Datasette 1.0a27 and later versions, which no longer provide the `ds_csrftoken` cookie. Failing to update could disrupt your database backup and migration workflows.
Key insights
Datasette-export-database 0.3a1 updates for compatibility with Datasette 1.0a27's cookie changes.
Principles
- Maintain plugin compatibility
- Adapt to platform API changes
In practice
- Upgrade datasette-export-database
- Verify SQLite export functionality
Topics
- datasette-export-database
- Datasette
- SQLite Database
- Data Export
- CSRF Token
Best for: Software Engineer, Data Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.