iiab / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
3 stars 4 forks source link

Integrate xklb db in Calibre-Web #247

Open deldesir opened 3 weeks ago

deldesir commented 3 weeks ago

This PR is a work in progress and will be broken into several small ones once done. It contains adjustments made to use xklb.db alongside metadata.db and app.db. It minimizes database reopening costs, uses SQLAlchemy so the code structure can be preserved.

holta commented 3 weeks ago

See discussion evolving at:

holta commented 2 weeks ago

This PR is a work in progress and will be broken into several small ones once done. It contains adjustments made to use xklb.db alongside metadata.db and app.db. It minimizes database reopening costs [and uses SQLAlchemy to better align with upstream Calibre-Web, and likewise Calibre upstream of that!]