Originally I wanted to keep mangoapi
completely decoupled from pytaku and usable out of the box as a standalone library, hence the in-memory sqlite db for FTS. This is probably not worth the trouble, also it wastes resources (each gunicorn worker spawns its own in-memory db).
Should just pass a get_conn() function to the mangasee class and be done with it.
Oh and improve the fts db to allow partial matches too.