AI News HubLIVE
站内改写1 分钟阅读

待翻译:datasette-upload-dbs 0.5a0

AI 服务暂时不可用,以下为来源摘要,待恢复后补全翻译:<p><strong>Release:</strong> <a href="https://github.com/simonw/datasette-upload-dbs/releases/tag/0.5a0">datasette-upload-dbs 0.5a0</a></p> <p>This plugin has been around for a while - it lets users upload a brand new SQLite database to a hosted Datasette instance, at which point that database will start being served by that instance.</p> <p>It can also be used to atomically swap a database with a more recent version. The uploaded database is saved to a file, verified, then swapped in so <code>/name</code> starts serving the new one.</p> <p>The new release adds a formalized API, so you can replace an existing database (or add a new one) like this:</p> <pre><code>curl -X POST \ -H "Authorization: Bearer $API_TOKEN" \ -H "Accept: application/json" \ -F "[email protected]" \ -F "db_name=content" \ https://your-instance.example.com/-/upload-dbs </code></pre> <p>This means you can build fresh databases in an environment such as GitHub Actions and swap them in production as soon as that build has completed.</p> <p>Tags: <a href="https://simonwillison.net/tags/datasette">datasette</a></p>

AI 服务暂时不可用,以下为来源正文,待恢复后补全翻译。

Release: datasette-upload-dbs 0.5a0 Simon Willison’s Weblog Subscribe 11th August 2026 Release datasette-upload-dbs 0.5a0 &mdash; Upload SQLite database files to Datasette This plugin has been around for a while - it lets users upload a brand new SQLite database to a hosted Datasette instance, at which point that database will start being served by that instance. It can also be used to atomically swap a database with a more recent version. The uploaded database is saved to a file, verified, then swapped in so /name starts serving the new one. The new release adds a formalized API, so you can replace an existing database (or add a new one) like this: curl -X POST \ -H "Authorization: Bearer $API_TOKEN" \ -H "Accept: application/json" \ -F "[email protected]" \ -F "db_name=content" \ https://your-instance.example.com/-/upload-dbs This means you can build fresh databases in an environment such as GitHub Actions and swap them in production as soon as that build has completed. Recent articles Now we have a timeline of the OpenAI accidental attack against Hugging Face - 7th August 2026 One-shotting a Raccoon Heist game using Claude Fable 5 - 5th August 2026 New release of LLM adds support for reasoning traces, OpenAI Responses, server-side tools, and smarter logging - 4th August 2026 This is a beat by Simon Willison, posted on 11th August 2026. datasette 1,535 Monthly briefing Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments. Pay me to send you less! Sponsor & subscribe Disclosures Colophon &copy; 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026