How can I deploy an app using golang and SQLITE?

mateocaicedowHOBBY

a year ago

I wanna use the sqlite3 template but, I don't get how I should use it

5 Replies

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.


mateocaicedowHOBBY

a year ago

This is not exactly what I want. If I deploy the SQLite template, how would I access to the database?


mateocaicedowHOBBY

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


mateocaicedowHOBBY

a year ago

That's the answer I was waiting for, thanks! So, what is that template for?


How can I deploy an app using golang and SQLITE? - Railway Help Station