6 ms·
I've been using render.com to host Rust+sqlite stacks recently, and I'd like to leverage this. Should my Rust server be running sqld, and I would add a passthr
by ronanyeah 4y ago
I've been using render.com to host Rust+sqlite stacks recently, and I'd like to leverage this.
Should my Rust server be running sqld, and I would add a passthrough endpoint through its existing http api to the sqlite?
Or alternatively, should I be using sqld locally to access my sqlite instance through SSH or something?