Explore tweets tagged as #SQLModel
@tom_doerr
Tom Dörr
2 months
Full stack project starter with FastAPI,React, SQLModel, PostgreSQL, Docker, and GitHub Actions
Tweet media one
10
140
1K
@andfanilo
Fanilo Andrianasolo
2 months
🌸 If you're looking to read some medium-sized @FastAPI codebase, the backend for Microsoft's autogen-studio is a good read 🤔. From SQLModel+Alembic to Auth to serving Gatsby+Tailwind, and a clear split in FastAPI features, there's a lot to digest. ➡️
Tweet media one
2
2
8
@tom_doerr
Tom Dörr
10 months
"Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more."
Tweet media one
6
175
1K
@coderberry
Eric Berry
6 months
Rails has spoiled me so much in database management and CRUD operations. ActiveRecord is a work of art. I really _really REALLY do not like SQLModel / SQLAlchemy. If you have to ask why, you haven't used both.
4
2
90
@bbelderbos
Bob Belderbos
1 year
Tip: decouple the data access layer using the Repository Pattern 🚀. This pattern allows us to swap out our backend (DB, text file, CSV, etc.) easily, reducing tight coupling and improving flexibility. 💡 📈. #Python example below using sqlmodel + csv:
Tweet media one
3
31
170
@tom_doerr
Tom Dörr
4 months
SQLModel for Python apps, combines SQLAlchemy and Pydantic for working with databases
Tweet media one
1
30
190
@liseami1
赵纯想
1 year
【胃之书python后端模版开源】心之书(名字用不了版)Coding Day6,基于py3.10原始镜像,从头构建了纯想手作版fastapi-docker最小化模版。非常适合从头构建AI后端。代码发出来供大家使用!用户token这块也有基础的模版。. 数据库映射: SQLModel.依赖管理: Poetry.API 框架: FastAPI.数据库迁移:
Tweet media one
14
46
291
@Bewinxed
Bewinxed
1 year
Been bashing sqlalchemy and sqlmodel today on a new banger. Full day head bashing, cause i never used it before. I miss prisma. But i will outbash your swe any day everyday. You just gotta bash your head against it. Credits: @yacineMTB
Tweet media one
Tweet media two
0
0
2
@louis_guitton
👜 Louis Guitton
2 years
3 years later, I had the pleasure to meet the big @tiangolo last night. Brought me back to the good times when I was enjoying fastapi so much, and when I got a glimpse after a tweet exchange of what would become sqlmodel a few months later!
Tweet media one
@tiangolo
Sebastián Ramírez
5 years
@louis_guitton @spacy_io I haven't been able to finish and publish it, but I have some (lab material) WIP. Here's more or less how it looks like:
1
0
2
@charliermarsh
Charlie Marsh
2 years
Don't know how to say this without sounding melodramatic but the comments on @tiangolo's LinkedIn and Twitter posts about moving SQLModel to Ruff are incredibly inspiring for me.
1
0
96
@tiangolo
Sebastián Ramírez
9 months
🎟️ BLACK FRIDAY DEAL 🎉. @FastAPI with 70% discount * 😱. Grab it today and get the rest of the stack for free: SQLModel, Typer, Asyncer, the full-stack template 🎁. Save even more with the bundle, including @pydantic, uv, Rich, HTTPX * 🤯.
30
25
363
@iwootten
Ian Wootten
9 months
SQLModel by @tiangolo is a great way to get data from an LLM to your DB - each SQLModel is also a Pydantic model. You can return structured data from the LLM and reuse the same model to write to the db. Here's an example writing data from Ollama to sqlite:
Tweet media one
0
1
5
@anthony_soon_
Anthony Soon
4 days
Today I was dealing with migrations in FastAPI and let me tell you 😤.Switching from Django’s smooth makemigrations/migrate to Alembic + asyncpg is pure pain:hack rewrite online/offline, even fix SQLModel types (sa.String() not sqlmodel.String). Chaos.
0
0
2
@JustinMitchel
Justin Mitchel
2 months
🚀Free course drop! . Build full stack web apps with Pure Python (No JavaScript) in this step-by-step project. - create an tightly integrated frontend and backend.- store data via SQLModel (Python-based SQL) with Postgres.- register, login, and manage users with Clerk.- search
Tweet media one
2
2
8
@Mathemmagician
Ramil
2 years
What a day at #PyConUS! Talked for hours with @tiangolo about FastAPI and SQLModel, listened to @pythonbytes podcast with @mkennedy live in the open space, grabbed a drink with people from @anvil_works - and I dont even know what they do, but will make sure to ask tomorrow!
Tweet media one
Tweet media two
Tweet media three
2
2
17
@D4Vinci1
Karim Shoair
4 months
sqlmodel by @fastapi. Interact with SQL databases in Python like a pro! SQLModel makes working with databases easy, fast, and robust. Say goodbye to tedious code duplication #SQLModel #Python #DatabaseManagement
Tweet media one
1
0
2
@europython
EuroPython
5 months
We’re thrilled to welcome Sebastián Ramírez @tiangolo as a keynote speaker! Creator of FastAPI, Typer, SQLModel, and other open source tools. 🎉🐍
Tweet media one
1
2
28
@Raj_ghj
Raj🥑
1 month
My goto when using python . Fastapi ( web framework).Sqlmodel ( orm) .Asyncpg ( db connection).Uv ( package manager) .Pydantic (must have) . These are from 1 month of exploring py.
2
0
11