cURL
curl --request GET \ --url http://127.0.0.1:47334/api/databases/{databaseName}
{ "name": "<string>", "engine": "<string>", "type": "<string>" }
Name of existing database
A JSON object with database informations
Handler used to create this database (e.g. postgres)
Type of database (data | project | system)
Was this page helpful?