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.