drift icon indicating copy to clipboard operation
drift copied to clipboard

Simplify `QueryExecutor` interface

Open simolus3 opened this issue 2 years ago • 0 comments

The current interface was designed in the initial moor versions and pretty much copied what sqflite exposed. But for an internal layer, we can probably simplify runInsert, runUpdate and runCustom into a single method. beginTransaction could also be changed to not return a new executor but rather modify the state of the current executor to simplify the interface.

simolus3 avatar Oct 01 '23 20:10 simolus3