Sha256: 694db1e168a5ff769211a941aa2a5a6dc2d51185863b314a810fae54ace2eff9

Contents?: true

Size: 953 Bytes

Versions: 2

Compression:

Stored size: 953 Bytes

Contents

# DbSchemaChecker

## Installation

```ruby
gem 'db_schema_checker'
```

## Usage

```console
$ RAILS_ENV=test bin/rails db:migrate:reset:check
Dropped database 'blog_test'
Created database 'blog_test'
ok

$ rm db/migrate/20180202012345_create_comments.rb

$ RAILS_ENV=test bin/rails db:migrate:reset:check
Dropped database 'blog_test'
Created database 'blog_test'
ERROR: Generated schema is not consistent with db/schema.rb
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kufu/db_schema_checker.

## Code of Conduct

Everyone interacting in the db_schema_checker project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/kufu/db_schema_checker/blob/master/CODE_OF_CONDUCT.md).

## License

The gem is available as open source under the terms of the [MIT License](https://github.com/kufu/db_schema_checker/blob/master/LICENSE.txt).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
db_schema_checker-0.2.1 README.md
db_schema_checker-0.2.0 README.md