JSPM

sql-dynamic-where

1.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q33494F
  • License MIT

Dynamically handle multiple WHERE SQL statements

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

  1. Craft the SQL query string up until the point of the WHERE clauses
  2. Add all WHERE clause variables into the Dynamic Where package
  3. Append the Dynamic Where string to the end of your SQL query string
  4. Pass the Dynamic where values into whatever process you use to execute the query

License

MIT