1.2.3 • Published 4 years ago

testapi6-sql v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

testapi6-sql

A plugin to create tag to execute sql(mysql, postgres...)

Features

  • Execute sql

Read document details

How to use

Installation

// install via npm
npm install -g testapi6-sql

// install via yarn
yarn global add testapi6-sql

Use in yaml

# - Exec:
#     args:
#       - yarn global add testapi6-sql
- Require:
    modules:
      - /Users/${USER}/testapi6-sql/dist # Path to plugin
# Find more: 
- Sql:
    connection: mysql://root:root@localhost/mydb
    # connection: postgres://root:root@localhost/mydb
    queries: 
      - title: Get users
        sql: select * from users
        prms: []
        var: rs
- Echo: ${rs}
1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

1.1.2

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago