Same Console File accessible on multiple databases connections

已回答

We several environments with the same schema, development, QA, staging and so on.

For example a set of utility queries, how can I write them on a console file and have them available on different databases?

Does the IDE have some features to provide that?

It seems that the "console" files are attached to a single data source and that's it.

 

0

@...,

Do the following:

  1. attach a folder to your project
  2. create a sql file with utility queries
  3. change sessions / dialect

 

1
Avatar
Permanently deleted user

That worked, thanks!

0

请先登录再写评论。