Quote:
Originally Posted by kovidgoyal
It has now moved to storing only the metadata in the database and the book files on the file system itself.
|
Yeah, that makes sense.
Quote:
IMO, asking your users to run a separate database process is too much. Look into using some file based database engine like sqlite or metakit.
|
That's what I'm feeling, although I don't like the performance of the file based ones. I might write something more tailored if the vote here is against a real database.
Quote:
Also if you use a database abstraction layer then users can choose any database backend to suit their needs.
|
Absolutely.