I am using REST API (https://docs.microsoft.com/en-us/azure/kusto/api/rest/request) to interact with the database in ADX. I want to create more databases in the same cluster. How should I do it using Java?
I am not using the Java SDK. I have relied on the REST APIs so far. I think I cannot create a new database using the REST API, so looking for alternative.
It would have been really helpful if there was a command like ".create table tablename" just for the database.