a year ago
I wanna use the sqlite3 template but, I don't get how I should use it
5 Replies
a year ago
https://docs.railway.app/guides/deploy
For exact guides or tutorials, I'd recommend Googling them or asking questions in other communities such as Stackoverflow. This forum is oriented towards Railway-related questions.
a year ago
This is not exactly what I want. If I deploy the SQLite template, how would I access to the database?
a year ago
https://docs.railway.app/guides/deploy
For exact guides or tutorials, I'd recommend Googling them or asking questions in other communities such as Stackoverflow. This forum is oriented towards Railway-related questions.
I've been googling them, this was my last option. Don't be rude I'm just asking. Thanks
a year ago
That template has nothing to do with what you want to do.
Use the glebarez/go-sqlite
sqlite driver and make sure you are saving the sqlite file into a volume - https://docs.railway.app/guides/volumes
a year ago
That's the answer I was waiting for, thanks! So, what is that template for?