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

14 lines
401 B
Markdown
Raw Normal View History

2022-05-25 09:29:04 +00:00
---
date: 2022-05-25T09:14:33Z
draft: true
aliases: []
categories: ['documentation']
2022-05-25 09:29:04 +00:00
series: ['apprentice']
tags: ['python']
2022-05-25 09:29:04 +00:00
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
---
2022-06-08 09:50:51 +00:00
[SQLAlchemy docs](https://docs.sqlalchemy.org/en/latest/orm/quickstart.html)