A presentation at CFE.dev by Taylor Barnett
Many of the applications we build today could be considered part of the Jamstack. But where do relational databases fit in? In this talk, we will explore how relational databases fit into our Jamstack applications, different database use cases, and dive into some of the misconceptions about databases in the Jamstack. For example, doesn’t the “A” in Jamstack mean that everything needs an API? We will also cover Jamstack database requirements, how to get started, and learn more about serverless databases.
The following resources were mentioned during the presentation or are useful additional information.
Where should we implement logic and rendering in our applications? Should we use Server Side Rendering? What about Rehydration? Let’s find some answers!
Learn more about different types of databases, how they work, when to use them, and more.
A deeper dive into the history
Lots of examples and resources with these two together
A simple message board for your organization or project that uses Next.js, NextAuth.js, Prisma, and PlanetScale.