Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support of multiple connections #243

Closed
willdurand opened this issue Jun 26, 2013 · 2 comments
Closed

Better support of multiple connections #243

willdurand opened this issue Jun 26, 2013 · 2 comments

Comments

@willdurand
Copy link

Hi there,

So basically, I think it could be nice to improve create/drop commands
to handle multiple connections. Thing is, create only creates the database
for the default connection, which is not cool if you expect the command
to create all databases for all connections.

I think we should loop over the connections and create each database. Same
thing for the drop command.

WDYT?

@jaugustin
Copy link
Member

👍
and also adding option for choosing default charset ;)

@jaugustin
Copy link
Member

@willdurand I would also add alias connection settings to overwrite bundle connection name on the fly.
This allow to use external bundle that use connection name not default or when you use multiple connection and don't to duplicate schema.xml to only change connection name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants