Connect to multiple types of databases including MySQL, PostgreSQL, MongoDB, CosmosDB, and Couchbase with a single, easy-to-use interface.
To install database-hub, run the following command:
To use database-hub, import the desired database functions and pass the necessary options.
host: The hostname of the MySQL server. (required)user: The username to connect to the MySQL server. (required)password: The password for the user. (required)database: The database to connect to. (required)
host: The hostname of the PostgreSQL server. (required)user: The username to connect to the PostgreSQL server. (required)password: The password for the user. (required)database: The database to connect to. (required)
url: The URL of the MongoDB server. (required)
endpoint: The endpoint URL of the CosmosDB account. (required)auth: An object containing the authentication options. (required)masterKey: The master key for the CosmosDB account. (required)
url: The URL of the Couchbase cluster. (required)
database-hub is licensed under the MIT License. See the LICENSE file for more information.

