Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 762 Bytes

File metadata and controls

12 lines (11 loc) · 762 Bytes

What this is: a bunch of notes and code fragments for extracting data from a Readerware v3 database.

  1. If you can use the native HyperSQL database, start there. See useHperSQL.md
  2. If you have used Readerware to Export data to a TabSpaceVariable TSV file, makeSQLfromTSV.py.py might be useful.
  3. If you want to try extracting all the data in the Readerware db, including the cover images, hsql2sqlite.py might be useful.
  4. 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.
  5. readerware.create is the sql create table line that I was working against.
  6. SELECT.sql is an example with some of the easy inner joins.