Effect CommunityEC
Effect Community•8mo ago•
1 reply
André König

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
Was this page helpful?