Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

karabaja4/ssh-sqlite-manager

Repository files navigation

SSH SQLite Manager

This tool allows you to manage your SQLite databases remotly using SSH. The only dependency is the sqlite3 binary installed on the server you wish to query.

How to use

Enter:

  • Hostname (in a format host:port)
  • Database path (on the server)
  • SSH user
  • Private key path (RSA private key without a password) or a Password

Use Load (Ctrl+T) to list all the database tables. Double click the table to list top 1000 rows in the table. This mode allows editing of the individual cells inside the table (by double clicking the cell, see screenshots below).

Use Execute (Ctrl+E) to execute a query in the main editor. Select a line (or lines) in the editor to execute only those lines. Use Ctrl-E as a shortcut to the Execute button.

Download

Download prebuilt Electron archive:

ssh-sqlite-manager-linux-x64.zip

Screenshots

screenshot1

screenshot2

About

Manage SQLite databases through SSH.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published