What this is: a bunch of notes and code fragments for extracting data from a Readerware v3 database.
- If you can use the native HyperSQL database, start there. See useHperSQL.md
- If you have used Readerware to Export data to a TabSpaceVariable TSV file, makeSQLfromTSV.py.py might be useful.
- If you want to try extracting all the data in the Readerware db, including the cover images, hsql2sqlite.py might be useful.
- If you want to directly embed cover images into a database, imageResizer.py could be useful. Probably you would want to delete all the abstract class overkill, but it does work.
- readerware.create is the sql create table line that I was working against.
- SELECT.sql is an example with some of the easy inner joins.