This simple program parses the header as defined by the SQLite file format and displays the values.
To use this, create a sqlite database named db
in the root of the directory and run the binary using cargo run
.
This simple program parses the header as defined by the SQLite file format and displays the values.
To use this, create a sqlite database named db
in the root of the directory and run the binary using cargo run
.