Interesting with database

please how do i interacting with my database (sqlite db ) after hosting from github ?

Hi there,

Thanks for reaching out.

SQLite isn’t a network-based database (it’s file-based), so if you’re asking how to interact with it remotely, this would require some other kind of service to provide an interface.

If you’re asking how your code writes to the database, that would be something you may need to find a tutorial for.

It’s also worth noting that if using SQLite on Render you’ll likely want it in a persistent store, a Render Disk.

We may be able to assist further if you could describe your setup and use-case/what you’re trying to achieve in more detail.

Kind regards

Alan

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