crate
, a Python library that allows you to use Python code to run SQL commands on CrateDB.
The required arguments to establish a connection are as follows:
user
is the username associated with the database.password
is the password to authenticate your access.host
is the hostname or IP adress of the server.port
is the port through which connection is to be made.schema_name
is schema name to get tables from. Defaults to doc
.