Convex is the open source, reactive database where queries are TypeScript code| 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
Internal functions can only be called by other functions| docs.convex.dev
Actions can call third party services to do things such as processing a payment| docs.convex.dev