Introducing an Inline Migrations Loader for Faster Migration Handling
I encountered a situation where loading migrations with the FileSystem loader was too slow for my use case. To address this, I created a small loader that allows you to inline migrations, eliminating the need for filesystem loading. I've outlined the objectives in the README if this approach seems unusual 
Maybe the package might be useful for others as well: https://github.com/akoenig/effect-sql-inline-migrations
Maybe the package might be useful for others as well: https://github.com/akoenig/effect-sql-inline-migrations
