Our stack at @tryinch:
Postgres
SQLAlchemy asyncio extension
Strawberry GraphQL server
Next.js + TypeScript frontend
React Native apps
Codegen for React GraphQL hooks
Typed from frontend to backend down to the data is suuuuuch a gamechanger. Enabled by GraphQL codegen.
We’re getting into the nitty-gritty of #SQLAlchemy with #MariaDB Connector/Python!
Our latest blog breaks down everything you need to know about SQLAlchemy entity relationships and how to use them within #Python applications.
https://t.co/Rf4Qmgi0MJ
SQLAlchemy's support IRC channel is now on https://t.co/oK2xKLndIu https://t.co/OgcHrfBJEv channel #sqlalchemy . This is in addition to the support room on Gitter at https://t.co/j55emBJyeG. See https://t.co/nKuv1veQtC for real-time background.
Holy cow @sqlalchemy rocks my socks! It does what I've never seen an object relational mapper do in my entire career... It JUST WORKS with barely any fuss at all. Define objects, just inherit from base and VAVOOM we are wired for sound! I may yet recover from Hibernate #python
.@whole_grainsley discussing the philosophical underpinnings of @sqlalchemy and the different problems the library allows us to solve.
This was Ainsley’s first talk as a tech professional! Would not believe it if he didn’t tell us! Correction: first of many! Great job! 🙌 #ChiPy
Managing Relationships in SQLAlchemy Data Models
Using the SQLAlchemy ORM to build data models with meaningful relationships.
#SQL,#Python,#SoftwareDevelopment
https://t.co/AyueuZkNdB
Bored in my hotel room in Basel, Switzerland. Ended up recording a short video titled "Four SQLAlchemy Tips", based on a conversation I had at the conference earlier today. https://t.co/568Owm4ANE
Just released version 1.0 of db-to-sqlite - my tool for creating SQLite database files from data in MySQL, PostgreSQL or any other database supported by SQLAlchemy. https://t.co/FVNAuFjTag
Writeup of the in-depth and fast-paced talk by Gleb Pushkov at #djangocon on how (and why) to use Django with SQLAlchemy as ORM. Very well done! https://t.co/7gxAAR7nRh
I thoroughly enjoyed @HannahStepanek's overview of @SQLAlchemy Object Relational Mapper (ORM) at @pdxpug Meetup. Great real world code snippets for accessing and managing PostgreSQL from Python.
If you're taking my Flask course and you recently started to get a "Textual SQL expression" error, it was due to SQLAlchemy releasing 1.3.0 yesterday which turned that warning into an error.
I just updated the source code in the course to fix it.