relops / sqlc

Other
101 stars 8 forks source link

Target schema is baked into MySQL generator #2

Open 0x6e6562 opened 10 years ago

0x6e6562 commented 10 years ago

Right now the MySQl generator assumes that the target schema is called sqlc, which only works for the integration tests. We should probably factor this out by introducing command line options for the MySQL DSN.