rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.19k stars 273 forks source link

Add HttpFileSystemSource support. #75

Closed omeid closed 7 years ago

omeid commented 7 years ago

I would like to be able to use an http.FileSystem (the closest to a virtual filesystem interface standard library has) as a migration source.

The use case is that I use an embedding tool that uses this http.FileSystem as interface.

rubenv commented 7 years ago

Cool, thanks!