add SessionWrapper
This commit is contained in:
parent
eb8371757d
commit
9e386c4f71
3 changed files with 71 additions and 8 deletions
|
|
@ -3,8 +3,9 @@
|
|||
## 0.6.0
|
||||
|
||||
+ `.sqlalchemy` has been made a subpackage and split; `sqlalchemy_async` has been deprecated. Update your imports.
|
||||
+ Add several new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`, `SessionWrapper`,
|
||||
`wrap=` argument to SQLAlchemy. Also removed dead batteries.
|
||||
+ Add `.waiter` module. For now, non-functional.
|
||||
+ Add those new utilities to `.sqlalchemy`: `BitSelector`, `secret_column`, `a_relationship`. Also removed dead batteries.
|
||||
+ Add `ArgConfigSource` to `.configparse`
|
||||
|
||||
## 0.5.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue