How can I deploy an app using golang and SQLITE?
mateocaicedow
HOBBYOP

2 years ago

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

5 Replies

2 years 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.


mateocaicedow
HOBBYOP

2 years ago

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


mateocaicedow
HOBBYOP

2 years 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


2 years 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


mateocaicedow
HOBBYOP

2 years ago

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


Loading...