DATABASE CONNECTIONS
SQLite
To connect to SQLite, just specify full path to its database file. Please note that SQLite databases tend to have different extensions (.SQLITE, .DB, .SL3 etc).
If your database is password-protected, you will need to provide a correct password to connect.