View Single Post
Old 11-07-2011, 09:51 PM   #162
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,419
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
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.
kovidgoyal is offline   Reply With Quote