如您所知,calibre有一个名为metadata.db
SQLite 并由 SQLite 制成的数据库,我想从所有具有此列的书籍中查询:
bookId Title Date Size Rating Tags Publisher PublishedDate Author Cover
------ ----- ---- ---- ------ ---- --------- ------------- ------ -----
但是,该数据库包含此表:
Books Table
-----------
Name
id
title
sort
timestamp
pubdate
series_index
author_sort
isbn
lccn
path
flags
uuid
has_cover
last_modified
Authors Table
-------------
Name
id
name
sort
link
Publishers Table
----------------
Name
id
name
sort
他们之间没有关系,我怎样才能得到我的查询?