Would you use a backend where you just define schema, access policy, and functions?
Basically something like making smart contracts on EVM, but instead they run on a hyperscaler, and have regular backend fundamentals.
Here's a mock frenchie made me, was thinking something like this:
schema User {
email: string @private(owner)
name: string @public