await client.query("CREATE USER hello HOST ANY IDENTIFIED WITH sha256_password BY 'world').toPromise();
fails with ERROR [ExceptionsHandler] Syntax error: failed at position 77 ('FORMAT'): FORMAT JSON;
The library automatically ends a format (json/csv/tsv) and it makes sense for SELECT queries, however it fails for access management queries.
Any idea for a workaround?