oxidecomputer / async-bb8-diesel

Safe asynchronous access to Diesel and the bb8 connection manager
MIT License
12 stars 8 forks source link

Simplify the AsyncConnection trait by implementing transaction using 'run' #8

Closed smklein closed 3 years ago

smklein commented 3 years ago

This cuts out some redundant code