We have a need to use the sql lite database "properties.db" that can be downloaded with conversion to forge format.
I tried to find documentation on how the tables link and the various field types and how they translate but so far haven't found anything.
Am able to access and read the db with sql queries without any issue. Also linking of tables can be guessed but there are a number of byte[] fields and not sure how to decode or how used.
Does anyone know if there is a db schema? Examples?
Thanks