Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

juttle-sql-adapter-common

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juttle-sql-adapter-common

Code shared by Juttle adapters for SQL databases

  • 0.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Juttle SQL Adapter

Build Status

Code from the /lib and /test directory shared among PostgreSQL, MySQL and SQLite adapters.

List of optimized operations
  • any filter expression read sql (note: read sql | filter ... is not optimized)
  • head or tail
  • reduce count(), sum(), min(), max(), sum(), avg(), count_unique()
  • reduce by fieldname
  • reduce -every :interval:

In case of unexpected behavior with optimized reads, add -optimize false option to read sql to disable optimizations, and kindly report the problem as a GitHub issue.

Contributing

Contributions are welcome! Please file an issue or open a pull request.

To check code style and run unit tests:

npm test && npm run lint

Both are run automatically by Travis.

Keywords

FAQs

Package last updated on 24 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc