Remix.run Logo
surgomat 4 days ago

not "really" let's say but we chose PostgreSQL mainly for scalability and flexibility long-term.

Features like JSONB, advanced filtering, full-text search, and complex joins are key to how we handle (-exercises specifically- but also user data, and routines in the future)

That said, I totally get the appeal of SQLite for quick local setups. I might add an experimental SQLite mode in the future for simple and/or personal use cases but for now, PostgreSQL is required to support the full feature set

Appreciate the interest (and open to suggestions on making setup smoother) :D

Cheers