cURL
curl --request POST \ --url http://127.0.0.1:47334/api/databases \ --header 'Content-Type: application/json' \ --data '{ "database": { "name": "<string>", "engine": "<string>", "parameters": { "user": "<string>", "password": "<string>", "host": "<string>", "port": "<string>", "database": "<string>" } } }'
{ "name": "<string>", "engine": "<string>", "type": "<string>" }
Show child attributes
The created database
Handler used to create this database (e.g. postgres)
Type of database (data | project | system)
Was this page helpful?