~nhanb/pytaku#3: 
Use main sqlite db for mangasee full text search

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.

Status
REPORTED
Submitter
~nhanb
Assigned to
No-one
Submitted
4 years ago
Updated
4 years ago
Labels
todo