Back

Anyone know of any *decent* DB clients which support GUI editing over SSH tunnels, specifically for SQLite? 🙏🏼

3

714

  • No matching results...
  • Searching...

/ 1000

DBeaver (dbeaver.io) is pretty good and it supports SSH tunnelling not sure for SQLite though.

1

316

Does it support SQLite nowadays? I'm pretty sure it didn't support SQLite back when it was called Sequel Pro.

196

Only supports MySQL/MariaDB - great tool though!

273

Using this atm, though unfortunately it doesn't support writing to the DB via SSH :/

1

250

Uggg maybe that’s why I was having issues with that the other day 🫠🤦

240

+1 for tableplus also I use tinkerwell to SSH and run code its not at the DB level but still it useful to use Laravel models relationships / updates.

263

Doesn't permit remote SQLite writes over SSH, unfortunately 😕

1

162

Too Bad because the software is very very good. Maybe ask the developer it's probably not a big project to implement this.

81

PhpStorm supports it I think. It seems they have the shh option when trying to add a new sqlite database. So far is my prefered database gui (with datagrip) for database operations.

105