I'm working with a management that export the archive in .fdb bytes, the fdb file is the file used by Firebird. Now I have to create a parser with Python that gets the archive and parse all the archive with the Firebird's specifications so that I'll could create my json/xml/ecc with the data obtained by the archive.
Here the link with the specifications of the files
https://firebirdsql.org/manual/fbint-structure.html
Does anyone have experience with creating parsers and can they direct me?