Вопрос

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

Это было полезно?

Решение

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.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top