[feat] support for all sqlite file extensions #31
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Eligible for Hacktoberfest
Hacktoberfest 2022
Issue
Sqlite database support the following file extensions
.sqlite
,.sqlite3
,.db
,.db3
,.s3db
,.sl3
but sqlite-ui can only open files with
.db
extension.Solution
Make the db uri flexible and allow the users to pass in file name along with the extension
SQLite-UI/main.go
Line 19 in ea5984d
The text was updated successfully, but these errors were encountered: