Skip to main content


I made something to scratch an itch that's been bugging me for years... will save me a lot of time and trouble on some of my work (and possibly personal) projects...

In other words, I made something: https://pypi.org/project/pyasdb/

(For anyone wondering my current use case, I have a tool I wrote for work that's sitting on top of peewee and sqlite and it's been a massive pain to expand it out... this isn't something super special, but for the 20k-40k or so entries this should do just fine searching/querying/etc, even before adding indexing... and it'll make rebuilding my toolkit faster as well as easier to maintain since there's no firm structure to the resulting database)