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