Release 0.1.0
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.