Skip to content

V1.01.00

Choose a tag to compare

@MashedUpPeanuts MashedUpPeanuts released this 31 Mar 07:40
· 22 commits to main since this release
5dc1171

This release allows for more typical SQLite3 database file extensions to be used by the application. Acceptable file extensions can be modified by adding them to the "extensionsAllowable" tuple.

Currently accepted extensions are: ".DB", ".db", ".db3", ".sqlite", ".sqlite3"

SQLite3 does not have any required file extension, meaning not all valid file extensions for SQLite3 databases have been included above. As this application is intended for users that need to convert an SQLite3 database for graphical readability, they are most likely needing to convert a database they have been provided as an export from another piece of software, and are not intimately familiar with SQLite3. The current list of accepted extensions are those commonly used for SQLite3 databases, to suit the needs of expected end users.

Note, The file can be renamed with one of the above file extensions and the application will be able to process it.