Release: 2.0.6.105 (canary) 2023-04-09

Add possibility to set custom SQlite pragmas, thanks

That’s great, because if SQLite3 is up to date, there are settings which can increase performance a lot, like 20x compared to default settings. This could tremendously help with cases where there are many (more than one million) d blocks in the database.

See: SQLite performance tuning - Scaling SQLite databases to many concurrent readers and multiple gigabytes while maintaining 100k SELECTs per second - phiresky's blog