#pragma section-numbers off [[TableOfContents]] = 概要 = DBラッパ、ORMに関して = ライブラリ = * [https://github.com/sqlalchemy/sqlalchemy/ GitHub - sqlalchemy/sqlalchemy]: Python でスタンダードなDB操作ライブラリ。オブジェクト指向的でない部分があるが、スレッド管理やセッション管理等がかなり操作しやすいので、DB操作がかなりしやすい。 * [https://github.com/fastapi/sqlmodel GitHub - fastapi/sqlmodel]: SQLAlchemy + Pydantic * [https://github.com/iloveitaly/activemodel GitHub - iloveitaly/activemodel: Make SQLModel more like an a real ORM] = 参考サイト = ---- CategoryPython