sql92-keywords

1.0.1 • Public • Published

SQL92-keywords

is the list of reserved words in SQL92 specification

Installation | Usage | License

Installation

With npm do

npm install sql92-keywords

Usage

Get keywords list.

const keywords = require('sql92-keywords')

Note that all keywords are in upper case.

keywords.indexOf('SELECT') > -1 // true
keywords.indexOf('Select') > -1 // false

License

MIT

/sql92-keywords/

    Package Sidebar

    Install

    npm i sql92-keywords

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.43 kB

    Total Files

    4

    Last publish

    Collaborators

    • fibo