Skip to content

Conversation

@aaabramov
Copy link

@aaabramov aaabramov commented Aug 23, 2019

Main reason of adding this feature is to allow submitting
custom domain models to InfluxDB without constructing Point instance
every time.

This PR is only a Proof of concept and is a subject to discuss. If this feature will be accepted I will add proper documentation.

Main reason of adding this feature is to allow submitting
custom domain models to InfluxDB without constructing `Point` instance
every time.
with DatabaseManagement
{
def write(point: Point,
def write[A](point: A,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have concern about keeping binary compatibility. @paulgoldbaum do you have any thoughts ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant