Remix.run Logo
nish__ 3 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.

dewey 3 hours ago | parent [-]

Sqlite is basically your file system and comes with the benefit of being a relational database with all it's advantages.