0.6.0 • Published 9 years ago

juttle-sql-adapter-common v0.6.0

Weekly downloads
33
License
Apache-2.0
Repository
github
Last release
9 years ago

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.

0.6.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago