Quote:
Originally Posted by kruprecht
Thank you for the quick response - do you know a python package that allows easily searching the Calibre-DB?
|
Calibre itself. See
https://manual.calibre-ebook.com/dev...rts-of-calibre.
If for some reason you can't do that then use raw SQL with sqlite. Be aware that calibre uses locally defined triggers so some read queries will fail, and will most write queries.