View Single Post
Old 10-03-2020, 07:40 PM   #5
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,708
Karma: 169712580
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by tycho View Post
ok, thanks, using the GUI.
So I guess it's not possible to use the CLI to get the catalog while calibre is running
That would have the CLI and the GUI accessing the database simultaneously which calibre was not designed to handle. If nothing else, SQLite was designed as an embedded database not a client/server database. One major drawback to that design is that SQLite locks the entire database during a write which can result in very noticeable slowness if multiple users are trying to access it.

See the Quirks, Caveats, and Gotchas In SQLite page for more on this topic.
DNSB is offline   Reply With Quote