Concept Flow - Server action database mutations
User triggers action
Server Action runs
Connect to Database
Perform Mutation (Insert/Update/Delete)
Return result or error
Client updates UI
This flow shows how a server action in Next.js handles a database mutation from user trigger to UI update.