|
|
|
|
|
by barnabee
1261 days ago
|
|
Re: VCS, I’ve found that with a small amount of setup, tools like Liquibase[0] allow you to maintain functions and views (with “CREATE OR REPLACE” or equivalent) as SQL files in a file system with full VCS, diffing, etc. just like any other code. [0] https://www.liquibase.org/ |
|