Y
Hacker News
new
|
ask
|
show
|
jobs
by
JasonCannon
1728 days ago
SQLite will almost certainly work for your purposes, and you can run it on the same server you already run your web application on.
2 comments
reeeeee
1727 days ago
SQLite is a solid solution, can't believe I didn't think of it. Thanks!
link
Something1234
1728 days ago
I've been wondering if it's a terrible idea to run a SQLite database on an efs (the amazon hosted nfs solution) volume. I think it would work but I'm not sure.
link
JasonCannon
1726 days ago
Quick google-fu suggests that yes, that is a terrible idea.
https://sqlite.org/forum/info/8e84712c9d8b79e7
link