Glossary

Core

A SQL expression language that builds SQL programmatically with Python objects (closer to raw SQL) 2. **ORM** (Object-Relational Mapper) — Maps Python classes to database tables; you work with Python objects instead of SQL strings

Learn More

Related Terms