Setting up GraphQL for an SQL database in Python

In this post we’ll explore what is GraphQL and when it makes sense to use it. We’ll map an existing SQL database (SQLite) with an Object Relational Mapping (ORM) system – SQLAlchemy in Python, and Read more… Read more

Similar

Typing Python with Typing

I’ve always been a big fan of the Python programming language. It’s great for prototyping, it has great libraries for data processing and machine learning and it’s overall just a joy to read and write with. But I also like ty... (more…)

Read more »