Articles by Tag #migrations

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Time to test our migrations! — Seqwall

A few months ago, I started wondering: “How should we actually test database migrations?” (Yes, that...

Learn More 4 0May 6

Keep Your Database In Sync With Application: Fluent Migrator

In this post, we continue to explore ways to free your application from being tightly bound to the...

Learn More 2 0Jan 26

Migrations with Go & Postgres

Implementing migrations into your Golang application? This can be a source of some information while...

Learn More 1 0May 27

Handling TypeORM migrations in Electron apps

Introduction I'm currently building an app using Electron and decided to use SQLite with...

Learn More 1 2Nov 24 '24

Web API Project Setup and Migrations

Welcome to the first post in the “.NET Core Web API – Step-by-Step Best Practices” series. In this...

Learn More 0 0Apr 28

How to Change a Field Type in an Ecto Embedded Schema with a Migration

Changing a field type in an Ecto embedded schema requires both a code update and a database...

Learn More 0 0Feb 18

Managing Alembic Migrations Across Multiple Environments

Alembic is a powerful tool for handling SQLAlchemy schema migrations. In real-world projects, you...

Learn More 0 0Jun 14

Mastering SQLAlchemy Migrations: A Comprehensive Guide

Managing database schema changes can be a complex and error-prone process. As your application...

Learn More 0 0Jan 20

Angular 19: What’s new

🎉 Angular 19 has arrived, and it’s set to revolutionize how we build web applications! This...

Learn More 0 0Jun 22