Python 활용
python, sqlAlchemy ORM?
수알치
2022. 6. 14. 19:44
python, sqlAlchemy ORM?
https://ulfrid.github.io/python/python-sqlalchemy/
SQLAlchemy 그것이 알고싶다
sqlalchemy는? python에서 사용가능한 ORM(Object-relational maping)이다. ORM은 말그대로 객체(Object)와 관계(Relation)를 연결해주는것이다. 데이터베이스의 데이터를 <—매핑—> Object필드 장점 객체 지향적인
ulfrid.github.io
https://zetcode.com/db/sqlalchemy/orm/
SQLAlchemy's Object Relational Mapper
Contents Previous Object Relational Mapper in SQLAlchemy last modified July 6, 2020 In this part of the SQLAlchemy tutorial, we cover the SQLAlchemy's Object Relational Mapper. Object Relational Mapping Programming with the Python database API gives develo
zetcode.com
반응형