globality-corp / microcosm-postgres

Opinionated persistence with PostgreSQL
Apache License 2.0
4 stars 7 forks source link

Parse only known arguments in `createall` #87

Closed afallou closed 4 years ago

afallou commented 4 years ago

Why? Services using createall may want to have custom behavior, depending on arguments that they will parse but that will be unrecognized here.

What? Only parse know arguments in createall.