Package Exports
- sql-dynamic-where
- sql-dynamic-where/SQLDynamicWhere.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sql-dynamic-where) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
___ _ __ ___
| \ _ _ _ _ __ _ _ __ (_)__ \ \ / / |_ ___ _ _ ___
| |) | || | ' \/ _` | ' \| / _| \ \/\/ /| ' \/ -_) '_/ -_)
|___/ \_, |_||_\__,_|_|_|_|_\__| \_/\_/ |_||_\___|_| \___|
|__/
Dynamically handle multiple WHERE clauses in your SQL statements
Installation
npm i sql-dynamic-where
Usage
- Craft the SQL query string up until the point of the WHERE clauses
- Add all WHERE clause variables into the Dynamic Where package
- Append the Dynamic Where string to the end of your SQL query string
- Pass the Dynamic where values into whatever process you use to execute the query