On Tue, Jul 10, 2018 at 5:13 PM Hustler DBA <hustler...@gmail.com> wrote:
> Hi Community, > A client of mine is looking for an open source tool to deploy and promote > PostgreSQL DDL changes through database environments as part of SDLC. What > tools (open source) does the community members use? I normally use scripts, > but they want something open source. > > Thanks, > Neil Barrett > A popular one is ActiveRecord Migrations. It is open source. Although ActiveRecord is also an ORM it’s not required to use it -you can just use SQL. FWIW: http://edgeguides.rubyonrails.org/active_record_migrations.html >