a curated list of database news from authoritative sources

May 12, 2022

May 11, 2022

May 10, 2022

May 09, 2022

May 02, 2022

Data Interactivity in the Serverless Future (HYTRADBOI 2022)

Dynamic application developers need global state management, not a database. James (@jamesacowling) presents his talk from the HYTRADBOI 2022 database conference on how Convex is rethinking how app developers manage global state.

April 28, 2022

April 27, 2022

Convex vs. Relational Databases

Relational databases are powerful tools for persisting data, but using them to build interactive web apps requires a lot of work. A web app architecture built on a relational database is an entire cluster of databases, backends, caching nodes, and Pub/Sub servers. And even after you invest in all of that infrastructure you'll still need to explicitly define your database schema upfront and write cumbersome SQL queries. At Convex we believe that web developers shouldn't have to worry about any of this. We can handle the servers, caching, and reactivity and you can focus on your product.