SQLAlchemy
SQLAlchemy is a Python SQL toolkit and Object-Relational Mapping (ORM) library that provides both a full ORM layer and a lower-level Core for writing expressive, database-agnostic SQL.
7 resources across 2 libraries
Glossary Terms(5)
Alembic
Alembic is a lightweight database migration tool for Python, built by the creator of SQLAlchemy, that generates and applies versioned schema change scripts wri…
SQLAlchemy
SQLAlchemy is a Python SQL toolkit and Object-Relational Mapping (ORM) library that provides both a full ORM layer and a lower-level Core for writing expressiv…
ActiveRecord
Active Record is the Object-Relational Mapping (ORM) layer built into Ruby on Rails that implements the Active Record design pattern, where each model class bo…
Entity Framework
Entity Framework (EF) is Microsoft's Object-Relational Mapping (ORM) framework for .NET that lets developers work with relational databases using strongly type…
JPA (Java Persistence API)
The Java Persistence API (JPA) is a Java specification that defines a standard way to map Java objects to relational database tables, with Hibernate as its mos…