Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 290 Bytes

SQLite Header Parser

This simple program parses the header as defined by the SQLite file format and displays the values.

Usage

To use this, create a sqlite database named db in the root of the directory and run the binary using cargo run.