greptimedb
greptimedb copied to clipboard
Multiple SQL statements in one http API call
In dashboard code editor, we allow user to select multiple lines of sql to execute. This requires HTTP API call to accept multiple statements and return multiple result sets. MySQL and PostgreSQL simple query mode also allows this behaviour so it's better to implement in SQL handler level.