dkossman
HOBBYOP
a year ago
i installed the CLI and i'm able to SSH into my service, which is great. possibly dumb question: is there a way to install apps (even if temporarily, that would be fine) on the railway server instance? in my case my app uses a SQLITE3 database, in order to update or query the schema i currently need to download the .db file to my local machine, query or modify it, then (if i changed something) upload it back to my data volume and restart the service. Is there a way to install a client such as litecli or sqlite3 so i can SSH into my server and operate on the db directly? I tried using apt-get install but get "E: Unable to locate package sqlite3"
2 Replies
a year ago
is sqlite3 an apt package?