Basically a simple way to CRUD dicts to disk without needing a separate database (uses SQLite underneath). I've always liked MongoDB ease of use, and in many quick hacks/projects I don't want to write custom SQL or bring in a proper ORM or install a db server.
TBH the main motivation is to just work on a simple side project with no stress, no need to productize it, and no need to obsess over productivity / can tinker to my heart's content.
Mostly done now tho, so probably will do something else next month :)
Basically a simple way to CRUD dicts to disk without needing a separate database (uses SQLite underneath). I've always liked MongoDB ease of use, and in many quick hacks/projects I don't want to write custom SQL or bring in a proper ORM or install a db server.
TBH the main motivation is to just work on a simple side project with no stress, no need to productize it, and no need to obsess over productivity / can tinker to my heart's content.
Mostly done now tho, so probably will do something else next month :)