Apologies if this is somewhere in the documentation, but I can't find it. I'm looking for a replacement for Peewee (which has pragma and strict_tables support) that's async with FastAPI. Do you support these settings?
Also, a little confused about this SQLite async page. Is this only relevant if you're running a select then an insert/update/delete (in that order?) — for example, if you were to run an insert first, then a select, within the same function, you can just follow the regular docs?