0.3.31 • Published 8 months ago

cwlib v0.3.31

Weekly downloads
12
License
ISC
Repository
-
Last release
8 months ago

Cloudwalker Enterprises Library

Usage:

const {
    utils,                       // miscellaneous utilities
    showTable,                   // format and display table info on the command line
    sqlBuilder,                  // SQL query builders
    workbook: Workbook           // output to Excel
} = require( 'cwlib' );


//// SQL query builders

const {
    Table: SqlTable,
    Select: SqlSelect,
    Insert: SqlInsert,
    Update: SqlUpdate
} = sqlBuilder;


// vendor specific
const MssqlTable = sqlBuilder.vendor.mssql.Table;

Run unit tests:

Make a copy of test/sample-config.json and name file config.json which goes in the same directory (test/). Fill in with the necessary credentials.

Do an npm install and run the following from the repo root directory:

shell> ./node_modules/.bin/mocha --recursive --timeout 60000 --reporter spec
0.3.31

8 months ago

0.3.30

2 years ago

0.3.29

2 years ago

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

2 years ago

0.3.25

2 years ago

0.3.24

3 years ago

0.3.23

3 years ago

0.3.22

3 years ago

0.3.21

3 years ago

0.3.20

5 years ago

0.3.19

5 years ago

0.3.18

5 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

6 years ago

0.3.14

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

6 years ago

0.3.10

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.18

6 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.15

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago