Fast API Using Alembic logos and post introductions

FastAPI Alembic Migrations with PostgreSQL, SQLModel, and Docker

James Fielder API Development, Articles, Cloud, Databases, PostgreSQL, Python Leave a Comment

When building a FastAPI project with PostgreSQL, you need a reliable way to manage your database schema over time. As your application evolves, simple table creation is not enough. You need a way to safely apply, track, and roll back changes.

Alembic provides a structured, version-controlled approach to database migrations. In this guide, weโ€™ll walk through how to set up Alembic with FastAPI, SQLModel, and PostgreSQL, including common issues youโ€™ll run into when working with Docker.

Proof-of-Concept Using Spring Roo

Brice McIver Articles, Databases, Development Technologies & Tools, Spring 1 Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In my time with Keyhole, I’ve been involved in a number of projects where the client was asking us to rewrite a legacy system …