SQLAlchemy is the most flexible and highly popular ORM (Object Relational Mapper) in Python. In SQLAlchemy training course, you will learn to write efficient and reliable code whether you're working on a web application or other data driven application. This course begins with an overview of ORMs and SQLAlchemy. Then we move on to the most commonly used features of SQLAlchemy, the ORM. You will learn how to map classes to the database and even generate the database from your in-memory models.
By attending SQLAlchemy workshop, delegates will learn:
- Data access techniques
- Use SQLAlchemy to access DB
- What an ORM is and why should we use it
- Map classes to the database
- Generate the database from in-memory models
- Use the more flexible SQLAlchemy core layer
- A basic command of the Python language and standard library
The SQLAlchemy class is ideal for:
- Python developers who need to access databases safely