|
|
|
|
|
by xixixao
37 days ago
|
|
The environment around the language can put in limits (on time, number of operations, etc.) Convex does this well, replacing SQL (somewhat yaml-like sucky old declarative language) with JS/TS but in a well-locked-down environment with limits to ensure one mutation or query doesn’t take down the whole DB. |
|