How To Add SQLite to Existing Service

I currently have an existing Node service running on Render and I want to decouple from another service and run SQLite on a Render Disk. I’ve created the disk with a mount path of /var/lib/sqlite.

That was the easy part. I have seen the docs on how to add MySQL but it appears that wants you to create a new github repo for a docker file. I’m currently not using Docker in my existing project.

Could someone point me to docs I might be missing on how to add SQLite to my existing project?

Any direction would be helpful.

I got it! Here’s how what I figured out:

Instead of using a separate repo or Docker, I installed Primsa in my node project. Following the documentation there, I was able to generate the necessary files that can be used on the disk.

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