Utilities for implementing server-side Convex query and mutation functions.| docs.convex.dev
server.GenericDatabaseReader| docs.convex.dev
Indexes are a data structure that allow you to speed up your| docs.convex.dev
All Convex documents are defined as Javascript objects. These objects can have| docs.convex.dev
Schema validation keeps your Convex data neat and tidy. It also gives you end-to-end TypeScript type safety!| docs.convex.dev
Queries are the bread and butter of your backend API. They fetch data from the| docs.convex.dev
Mutations insert, update and remove data from the database, check authentication| docs.convex.dev