Y
Hacker News
new
|
ask
|
show
|
jobs
by
nish__
4 hours ago
> Nothing is easier to setup and administer than the database you already use.
What about the filesystem you already use? 99% of projects don't need a relational database at all.
1 comments
dewey
4 hours ago
Sqlite is basically your file system and comes with the benefit of being a relational database with all it's advantages.
link