powersync-ja/powersync.dart

Feature Request: Integrate with drift package

Closed this issue · 1 comments

I really like what Powersync offers, but I love the drift dynamic query builder functionality.

The drift query builder allows me to generate the SQL dynamically. I haven't thought deeply about how SQL could be dynamically generated manually if going the powersync route - but my initial impression is that it would be very difficult. I currently have my own custom sync functionality that does the job, but would like to replace it with something more battle tested. However - replacing drift's dynamic query building is not something I feel I can tackle.

It would be amazing if Powersync could work alongside drift

In this comment simolus3/drift#2880 (comment) the creator of drift has showed interest in working on contributions that would make this feasible.

That's already possible using drift_sqlite_async!

See the example with powersync here: #60