kenfoo·6 years ago·discussPostgreSQL is also my go-to database for anything relational. My only issue with it though, is the need to run vacuum full (which locks tables for significant amount of time) to free up disk space to the operating system.
kenfoo·8 years ago·discussSize. For my use case of a hybrid mobile app where I'd like to render lightweight webviews, the overhead of react is far too great.For this i'll actually reach for Preact instead. Or perhaps even the relatively new Svelte (disappearing) framework.