mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2025-11-13 18:03:53 +00:00
todo
This commit is contained in:
parent
c26ea3cd61
commit
fc82a9bc50
5
todo.md
5
todo.md
@ -115,6 +115,11 @@ func (b *BunSelectQuery) Preload(relation string, conditions ...interface{}) com
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 6. Pre / Post select/update/delete query in transaction.
|
||||||
|
- This will allow us to set a user before doing a select
|
||||||
|
- When making changes, we can have the trigger fire with the correct user.
|
||||||
|
- Maybe wrap the handleRead,Update,Create,Delete handlers in a transaction with context that can abort when the request is cancelled or a configurable timeout is reached.
|
||||||
|
|
||||||
## Additional Considerations
|
## Additional Considerations
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user