matthieu-foucault / postgit

Integrate declarative PostgreSQL schema migrations with Git
GNU General Public License v3.0
8 stars 0 forks source link

Add support for schema folders #2

Closed matthieu-foucault closed 1 year ago

matthieu-foucault commented 1 year ago

The current implementation only supports a single file as the schema path.

Add support for a folder. Each sql script in the folder would be concatenated with a lexicographic, depth-first search order.