I'm not familiar with the library, but looking at the documentation, it looks like it provides a programmatic way to get information about the schema of a table just from the create statement, which seems useful if you want to do something programmatic with any SQLite database.
It does look like SQLite provides some PRAGMA commands that can do some of the same things, like:
https://sqlite.org/cli.html#querying_the_database_schema