Sha256: 64ee0518a5f849be44429cba7ea68efde3c0df7b0e38f19e97fff1a9b52ec8e3
Contents?: true
Size: 906 Bytes
Versions: 1
Compression:
Stored size: 906 Bytes
Contents
# tmpfk Temporary foreign key add/drop tool for using ER generator for "Keyless entry (SQL Antipatterns)" schema. ## Installation Install it yourself as: ```sh $ gem install tmpfk ``` ## Usage ### Requirement - "Keyless entry (SQL Antipatterns)" database. - The Same format config.yml as [Ridgepole](https://github.com/winebarrel/ridgepole)'s config.yml. ### Add foreign keys ```sh $ tmpfk add -c config.yml ``` ### Dop foreign keys ```sh $ tmpfk drop -c config.yml ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/k1LoW/tmpfk. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tmpfk-0.1.1 | README.md |