ReactiveX / RxGo

Reactive Extensions for the Go language.
MIT License
4.96k stars 338 forks source link

RX driver for SQL databases #382

Open senyast4745 opened 2 years ago

senyast4745 commented 2 years ago

At the moment, rx's performance is mostly limited to communication with the database, which is still synchronous

Should we add a reacive driver for sql databases like PostgreSQL?