How can I connect to Sqlite at Github

How can I connect to a SQLite database from a GitHub repository into my Go app?

I wonder if it’s technically possible. Basically an SQLite database it’s a single file and you can connect to it through a driver. To connect at such database hosted on Github, without downloading it, perhaps you need a specialised web api or something and I don’t know if Github have such a service…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.