github.io/content/blog/apprentice/sqlalchemy.en.md

14 lines
401 B
Markdown

---
date: 2022-05-25T09:14:33Z
draft: true
aliases: []
categories: ['documentation']
series: ['apprentice']
tags: ['python']
toc: true
title: SQLAlchemy
description: SQLAlchemy is a so called "Object Relational Mapper" for Python, these ORMs are very useful as you can get IDE support for interacting with the database
---
[SQLAlchemy docs](https://docs.sqlalchemy.org/en/latest/orm/quickstart.html)