Stack logo
Sync up on the latest from Convex.

Database

Database Triggers
Triggers automatically run code whenever data in a table changes. A library in the convex-helpers npm package allows you to attach trigger functions to your Convex database.
Lee Danilek's avatar
Lee Danilek
5 days ago
SELECT DISTINCT without SQL
You'll often want to retrieve unique records from your database. While SELECT DISTINCT is the traditional way to do this in SQL databases, we've improved on this pattern in Convex by making it more consistent.
Nipunn Koorapati's avatar
Nipunn Koorapati
4 months ago
Stateful Migrations using Mutations
Online migrations in Convex using mutations. Including a helper to track migration state!
Ian Macartney's avatar
Ian Macartney
6 months ago