MindsDB
Open Source Product Docs
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>" }
The created database
The response is of type object.
object
Was this page helpful?