Question

I'm trying to use Induction to connect to my local SQLite database however I've no idea of how to make the connection. In previous SQLite clients I've simply opened the database file.

Induction connection screen

What properties should I be putting into these fields? My database is simply development.db and located inside my Rails application

Was it helpful?

Solution

This is how I open the sqlite3

Method 1: Fill in the first box file://path/to/file/db.sqlite3, select file adapter, fill in the Database column with: Path/to/yourdb.sqlite3

Method 2: You can drag-and-dropping the sqlite3 file on the app icon.

OTHER TIPS

Have you tried putting the path to the database in the Database field? Usually that's what SQLite requires.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top