Help with Unit of work in Influx

Hello, I would like to implement Unit of Work for Influx in my project, but I don’t know how to start, since Influx is not transactional database. I’m quite new to this field of programming. Any help would be appreciated.

Hello @green_orange,
Welcome!
We don’t exactly have that concept for InfluxDB. Can you describe in detail what it is that you’re looking for, so we can try to come up with a solution together?
If you’re talking about the unit of work mainly focuses on handling multiple requests at once with SQL. Then I’d say answering this question of yours largely depends on what version of InfluxDB you’re using.
Also if you’re using InfluxDB v3 or InfluxDB Cloud severless you can use SQL. :slight_smile: