- Add audit events (#12)
- Revert
claim_oneto yield before return (#13), thanks to @curtis-allan
- p.evt check above yield in
claim_one(#11)
- Add
Table.claim/claim_oneforSELECT ... FOR UPDATE SKIP LOCKEDqueue workers (#10)
- Add
Database.qonemethod and refactoritemto use it (#9)
- Add upserts, groupby methods; switch inserts/updates to executemany (#8)
- Add bulk inserts/updates methods with batched VALUES clauses (#7)
- Add acquire/transaction context managers and
from_metafor connection-scoped Database usage (#6)
- extract
create_from_schemafrom create for raw SQL table creation (#4)
- Add named :param placeholders and attach
_dbto dataclass results (#3)