cunybpl / aiodal

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

Extend `oqm` with delete ops #10

Closed bsnacks000 closed 11 months ago

bsnacks000 commented 11 months ago

Even though we usually do not need a delete command via REST we can use it for cases where we are not soft-deleting via patch and a true delete is not destructive.

The current use case in bemadb is projects <-> cpm where we have M:M join without sensitive data linking these together.

bsnacks000 commented 11 months ago
kgasiorowski commented 11 months ago

Woops, wanted to start fresh and git accidentally closed the PR