add SQLAlchemy.create_all()

This commit is contained in:
Yusur 2025-08-08 07:58:17 +02:00
parent 1ab0982dc3
commit 5bdf13b104
3 changed files with 21 additions and 7 deletions

View file

@ -3,7 +3,8 @@
## 0.5.0
+ `sqlalchemy`: add `unbound_fk()`, `bound_fk()`
+ Add `sqlalchemy_async` module with `SQLAlchemy()`
+ Add `sqlalchemy_async` module with `SQLAlchemy()` async database binding.
* Supports being used as an async context manager
+ Add `timed_cache()`, `TimedDict()`, `none_pass()`, `twocolon_list()`, `quote_css_string()`, `must_be()`
+ Add module `calendar` with `want_*` date type conversion utilities and `age_and_days()`
+ Move obsolete stuff to `obsolete` package (includes configparse 0.3 as of now)