Tommy van der Vorst
Tommy van der Vorst
https://speakerdeck.com/ajantis/practical-demystification-of-crdts https://en.m.wikipedia.org/wiki/Conflict-free_replicated_data_type
Allow specific pages to be selected using URL routing: * `/welcome` * `/data/[db]/[q]` * `/blocks/[blockid]` * `/identity/[pubhash]` Use window.history.pushState.
So you can do `GRANT x TO $invoker`.
Public key hash is what used for identification everywhere (well, except grant queries).
Currently the system requires the following syntax: ````sql GRANT template X'123123' TO X'456456'; ```` The following would be a bit more user-friendly (but may interfere with parameter binding?): ````sql GRANT...
Check against current node head in a hypothetical, then warn if that throws an error.
Fetch table schema (including primary key information). Then autogenerate CRUD forms (possibly depending on whether grants are available)
Should generate a `REVOKE` statement.