Conditionally Create Stored Procedures in SQL Server: A Comprehensive Guide
Learn how to create Conditional SQL Stored Procedures in SQL Server efficiently! Manage database schema evolution & avoid conflicts. This guide covers various methods, including dynamic SQL & schema versioning, with best practices for error handling. #SQLServer #StoredProcedures #DatabaseDevelopment #ConditionalLogic #SchemaEvolution #DynamicSQL
https://tech-champion.com/database/conditionally-create-stored...

Added a feature to #Neo4jMigrations last week that might be helpful during development: If you are using the database migration tool inside a #Spring context, you can now have Spring #Beans implement programmatic migrations, being able to access the whole context:

https://github.com/michael-simons/neo4j-migrations/releases/tag/2.11.0

#Database #SchemaEvolution

Release 2.11.0 · michael-simons/neo4j-migrations

What's Changed 🚀 Features 4dce778 feat: Add support for using Spring Beans as Java based migrations. (#1395) 📝 Documentation a131d86 docs: add @rugbroed as a contributor for ideas (#1394) 🧹 Hou...

GitHub
The Challenges of Local-First Applications: Forward Compatibility, Backward Compatibility, and Schema Evolution

In software development, local-first applications have emerged as a compelling solution that emphasizes total data ownership and offline-first capabilities. These applications run directly on the…

Medium