Stored procs in external (git managed) files
Posted: Fri 20 Nov 2015 16:55
I'm evaluating MySQL stored proc/func development tools at the moment and I've a hunch that dbForge might be the best one I've used so far.
I want to manage my stored procs (etc) in external files as they're under git version control - that is to say, I do not want to log on to my database and start editing code that's already inside the database - I want to log on to the database and then open and 'compile' an external SQL file as that would always be considered the point of truth.
How can I go about this in dbF? It lends itself to opening SQL files (good start) but doesn't know to interpret them as stored procs. There's no 'open a stored proc' option other than directly from the database, so far as I can see. Am I mistaken?
Thanks.
I want to manage my stored procs (etc) in external files as they're under git version control - that is to say, I do not want to log on to my database and start editing code that's already inside the database - I want to log on to the database and then open and 'compile' an external SQL file as that would always be considered the point of truth.
How can I go about this in dbF? It lends itself to opening SQL files (good start) but doesn't know to interpret them as stored procs. There's no 'open a stored proc' option other than directly from the database, so far as I can see. Am I mistaken?
Thanks.