TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Isqlite – An improved Python interface to SQLite

5 点作者 RMPR超过 2 年前

1 comment

linkdd超过 2 年前
A database API not following the <a href="https:&#x2F;&#x2F;peps.python.org&#x2F;pep-0249&#x2F;" rel="nofollow">https:&#x2F;&#x2F;peps.python.org&#x2F;pep-0249&#x2F;</a><p>Weird, but let&#x27;s see...<p><a href="https:&#x2F;&#x2F;isqlite.readthedocs.io&#x2F;en&#x2F;stable&#x2F;howto.html" rel="nofollow">https:&#x2F;&#x2F;isqlite.readthedocs.io&#x2F;en&#x2F;stable&#x2F;howto.html</a><p><pre><code> &gt; Since sqlite3 converters and adapters are registered globally, &gt; importing isqlite will affect the behavior of all sqlite3 connections &gt; in your application, even those that use the sqlite3 module directly. </code></pre> That&#x27;s a big no no. But I&#x27;m not sure that&#x27;s entirely `isqlite`&#x27;s fault.