I need to connect to a Sqlite3 database in Linux box over SSH. I tried to connect through SSH and then connect to database separately but that did not work. That only connected to the Linux box but made another database (instead of connect) in local computer where Python is running. I tried to search for but could not find any solution to this. Any help is appreciated!
If you can forward the SQLite3 port, you can point python to the forwarded port and it will just work. You may want to set up rqlite to expose your sqlite3 database over TCP easily.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With