Answer the question
In order to leave comments, you need to log in
How to version code in plpgsql?
The bottom line is this: I want to write logic in plpgsql and call it from go, how would it be more correct to develop stored procedures so that I can tie it all to git? (So that the procedures are stored not only in the database, but also locally in the file). Is there a trickier method than just storing the .sql extension files locally?
Answer the question
In order to leave comments, you need to log in
Is there a trickier method than just storing the .sql extension files locally?no, most likely. Git works with files anyway.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question