vcs4sql 0.1.1
In the last few years, version control for database became best practice. There are several implementations/ways for ruby, however, most of them are focused/dependent on particular frameworks that restrict the migration outside the framework. vcs4sql allows organizing version control for the database(s) in a simple, elegant way without any dependencies on existing frameworks.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Development Dependencies (13):
            activesupport
            ~> 6.0
          
          
            bundler
            ~> 2.0
          
          
            debase
            ~> 0.2.4.1
          
          
            minitest
            ~> 5.11
          
          
            minitest-ci
            ~> 3.4
          
          
            minitest-reporters
            ~> 1.3
          
          
            rake
            ~> 13.0
          
          
            rubocop
            = 0.78.0
          
          
            rubocop-minitest
            = 0.5.1
          
          
            rubocop-performance
            = 1.5.2
          
          
            ruby-debug-ide
            ~> 0.7.0
          
          
            simplecov
            ~> 0.17.1
          
          
            xcop
            ~> 0.6
          
    