postgrpc 0.1.2

A JSON-transcoding-ready gRPC server for querying Postgres databases
Documentation
1
2
3
function(ctx) {
  statement: 'CREATE ROLE "' + ctx.identity.id + '" NOLOGIN NOCREATEROLE NOSUPERUSER NOCREATEDB NOINHERIT NOREPLICATION NOBYPASSRLS'
}