SQLAlchemy ORM Tutorial #1 - Introduction

preview_player
Показать описание
In this video, I introduce you to SQLAlchemy ORM, a Python based Object Relational Mapper, that can be used to interact with SQL Databases.

Other Videos:
PyMongo

MongoEngine

Django Security

Technology Simplified
Рекомендации по теме
Комментарии
Автор

I used to use MySQL, but wasn't able to connect it to anything so it just sat there, how do I connect it to my python program

JassersChannel