How to use Induction to connect to a local SQLite database?

I am trying to use Induction to connect to my local SQLite database, but I don’t know how to make the connection. In previous SQLite clients, I just opened the database file.

Induction connection screen

What properties should I put in these fields? My database is simple development.dband located inside my Rails application

+5
source share
2 answers

This is how I open sqlite3

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

Method 2. You can drag the sqlite3 file to the application icon.

+13
source

" "? , SQLite.

0

All Articles