#sqlalchemy
Unrelated: SQLAlchemy rocks! 👍🏿
January 13, 2026 at 4:53 PM
🐍 Creando un AutoCRUD en FastAPI + SQLAlchemy - Introducción - P1

🐍 Creamos un AutoCRUD en FastAPI para nuestros modelos de Pydantic y con SQLAlchemy.

Video:

youtu.be/ospGEOPCSgI
April 2, 2026 at 8:19 PM
SQLModel 0.0.47 adds direct support for Postgres, MySQL, MariaDB 🐘

sqlmodel.tiangolo.com

(It was already supported via SQLAlchemy, but now all the SQLModel tests run with each DB)
SQLModel
SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
sqlmodel.tiangolo.com
September 23, 2026 at 5:36 PM
doge is going to port the SSA from COBOL to god only knows what, probably python

2026: Retirees Fail To Receive Checks For Second Month, Big Balls Blames Update In SQLAlchemy Library "Totally Screwed My Code Again And ChatGPT Is Down"
March 28, 2025 at 2:28 PM
🐍📺 SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files [Video]

#python
SQLite and SQLAlchemy in Python: Move Your Data Beyond Flat Files
In this video course, you'll learn how to store and retrieve data using Python, SQLite, and SQLAlchemy as well as with flat files. Using SQLite with Python brings with it the additional benefit of accessing data with SQL. By adding SQLAlchemy, you can ...
realpython.com
September 18, 2025 at 2:00 AM
just discovered that we have not been saving updates to the JSON field in our database because SQLAlchemy does not guarantee mutation tracking for JSON fields by default

SQLAlchemy is not my favourite ORM
November 25, 2025 at 7:37 PM
"How should I make this simple web app?"
"Well, Flask is super simple, seems like a good fit"
*adds Flask, Flask-Restful, Flask-SQLAlchemy, Flask-Testing, Pydantic, SQLAlchemy, jinja2*
"Maybe this isn't simple anymore"
February 15, 2024 at 9:39 PM
Learned how SQLAlchemy connects to a database today Now the assignment is to learn MySQL and connect SQLAlchemy to it instead
MySQL is new ground for me
Anyone who has connected SQLAlchemy to MySQL before, what should I watch out for? Drivers, connection string format, anything that trips people up?
September 23, 2026 at 4:43 PM
FastSQLA

SQLAlchemy extension for FastAPI with built-in pagination and asyncio support.

https://github.com/hadrien/fastsqla
February 21, 2025 at 3:15 AM
I've been having to use the SQLAlchemy ORM at work and it feels like trying to use SQL in a dream.
February 13, 2025 at 3:54 PM
TIL about banned import rules for ruff. You can use them to make sure that nobody uses a specific submodule.

TIAL that there's a SQLAlchemy use-case for it!

koaning.io/posts/ruff-...
ruff banned imports
I was thinking about SQLAlchemy and how it has specific features for different backends. PostgresSQL has JSON support, for example, but Sqlite doesn't.
koaning.io
September 17, 2025 at 7:00 AM
Sqlalchemyってなに!なんでできないの!
September 22, 2026 at 8:29 AM
My SQLAlchemy Cookbook #python
My SQLAlchemy Cookbook #python
The post contains an embedded JupyterLite notebook containing a cookbook for SQLAlchemy. It focuses on the patterns you use in everyday ORM coding.
blog.changs.co.uk
March 13, 2025 at 3:00 AM
Sugestões

- Python + FastAPI + SQLAlchemy (async)
- Python + Starlette + SQLAlchemy (async)
- Python + Flask + SQLAlchemy
- Python + Django

Se vc quiser ser + wild (not for prod?)
- Python + Starlette + TortoiseORM (async)
December 10, 2024 at 2:13 PM
I have used SQL for over 20 years with C#, Java, C++, Lua, Typescript, and PHP.

And somehow Python SQLAlchemy managed to completely shatter my expectation of how to use a database in the worst way possible.

Again.
May 29, 2026 at 7:53 AM
SQLAlchemy is so jank
July 16, 2023 at 7:52 PM
1) The Shadow Fleet Tracker is entering a new phase with FastAPI, SQLAlchemy, and related technologies. The AIS message stream can exceed 300 messages per second if a worldwide vessel search is performed. I will focus on the Baltic Sea, North Sea, Mediterranean Sea, and Black Sea.
(Pic: shipmap.org)
January 5, 2025 at 5:31 PM
🐍📩 Django With Alpine, Friendly Classes, SQLAlchemy, and More on Pycoders Weekly Issue No. 728 buff.ly/T9AgVs0
April 4, 2026 at 9:21 PM
next on deck:

* release SQLAlchemy 2.1.0 (it's been three years since a major release)
* play control:resonant and drink wine all weekend
September 24, 2026 at 8:12 PM
The SqlAlchemy creator was a similar reply guy
December 16, 2024 at 12:20 AM
@mawhrin @hynek @glyph can you look through all of my SQLAlchemy commits and find a single example of "plagiarism" ? I'd love to act upon that
September 25, 2026 at 8:27 PM
@glyph @hynek it would have broken my back to get out the SQLAlchemy 2.1 release I just did, given my current life circumstances, without AI, so if my users are going to reject it for that reason, then even less work for me at this point. What, are people going to be using SQLAlchemy from their […]
Original post on fosstodon.org
fosstodon.org
September 25, 2026 at 8:25 PM
I am doing PROFANE things with SQLAlchemy. God this is fun.
Fuck it we ball

cte = cte.cte("cte")
November 8, 2024 at 1:37 AM
April 20, 2025 at 8:15 AM