AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The AIO SQLite API for Python Unit Tests
The most of the engine libraries that we use commonly in Python are already kind of unified around the, there's a specific PEP that defines what the database interface is going to look like. AQL tries to kind of like unify those where possible. But also there's cases, especially when you're getting into joins or group buys, things like that, where the actual specifics and tax being used will start to vary between the different backends. With SQLite, you can say the database lives in colon memory. And then you can just tear it up for your unit tests. And then it just goes away. Nice. So maybe that brings us to the next one, the AIO