Allen Ho

Results 3 issues of Allen Ho

* **asyncpg version**: 0.25.0, combined with sqlalchemy1.4.22, can also be reproduced with 0.24.0 * **PostgreSQL version**: 13.4 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce...

1. update **\__init__.py** file so import can now be found using `from sqlmodel.ext.asyncio import AsyncSession` which obeys the import format of sqlalchemy https://github.com/tiangolo/sqlmodel/issues/626#issuecomment-1672311902 2. add tests to AsyncSession utilizing testcontainers...

feature

Thanks to https://github.com/serde-rs/serde/pull/1085, internally tagged unit structs are able to be deserialized properly. However, this only works if the only key in the input is the tag name. If any...