To clarify: The calibre user interface is one db at a time. This means the GUI, the content server, the Tag Browser, the search etc are all designed to operate on a single db at a time. The actual database code makes a couple of minor assumptions (global variables) about there being only one db per process, but these are easily worked around, as is done in the case of the copy to library function.
|