schultek / stormberry

Access your postgres database effortlessly from dart code.
https://pub.dev/packages/stormberry
MIT License
66 stars 16 forks source link

Make Repositories extension unique across generated files #42

Closed abitofevrything closed 1 year ago

abitofevrything commented 1 year ago

Adds a prefix depending on the filename to the generated Repositories extension to allow for multiple schema files to be exported,

Previously the name conflict caused an error when trying to export multiple extensions with the same name. Imports were not affected.