Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@mochizk mochizk released this 06 Dec 06:02
· 55 commits to master since this release
2567ea5

This first release supports PostgreSQL 9.6, 10 and 11.

Features

  • WHERE clauses including timestamp, interval are pushed down
  • Simple aggregation without GROUP BY are pushed down

Limitations

  • INSERT, UPDATE and DELETE are not supported.
  • There are some limitations coming from data model and query language of InfluxDB. Please see README.md for detail.