Hello all, question is basically because I am using my desktop ubuntu pc to develope a small app but I need to test with data in a small sqlite3 database which is located in a remote server (off course I have root access).
¿Can I connect remotely withour user and password to an sqlite3 database which is not in the app localhost?
Thank in advance.