cunybpl / aiodal

async data access layer and related tools for sqlalchemy core
0 stars 0 forks source link

`Returning` types for dbentity #17

Closed bsnacks000 closed 11 months ago

bsnacks000 commented 11 months ago

@tinnaing347 as was pointed out in bemadb during dev we should change the types from sa.Insert sa.Delete etc. to their Returning Variants since that is how we specifically are using them.