1.0.1 • Published 6 years ago

huli-db v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Húlí Database Service

This module is responsible for executing MySQL queries using the MySQL-Bricks module for a safer connection and query, and the Húlí-Env module for dependency-injection.

This module is depending on the MySQL module because it will connect to MySQL databases, and on the Húlí-env module because it provides the connection-object.

The module exports a function

executeQuery(query)

which accepts a MySQL-Bricks query-object as parameter and returns a promise which "on resolve" will return the result of your query and "on reject" will return the MySQL error-object.