{"id":19310985,"url":"https://github.com/a0s/sequel-rake","last_synced_at":"2026-05-12T20:42:38.596Z","repository":{"id":146415431,"uuid":"76993878","full_name":"a0s/sequel-rake","owner":"a0s","description":"Rake tasks for the Sequel gem","archived":false,"fork":false,"pushed_at":"2019-03-28T18:01:49.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T02:12:11.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a0s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-20T21:44:20.000Z","updated_at":"2022-07-09T20:39:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"b29a45bc-50ac-4f43-94e8-d5659ca9606c","html_url":"https://github.com/a0s/sequel-rake","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a0s%2Fsequel-rake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a0s%2Fsequel-rake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a0s%2Fsequel-rake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a0s%2Fsequel-rake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a0s","download_url":"https://codeload.github.com/a0s/sequel-rake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240412036,"owners_count":19797194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T00:27:13.067Z","updated_at":"2025-11-14T21:05:19.715Z","avatar_url":"https://github.com/a0s.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sequel-rake\n\nProvides useful rake tasks when working with the awesome Sequel gem.\n\nThe `database.yml` must be located at `./database.yml` or `./config/database.yml` in\norder to be located.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'sequel-rake'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sequel-rake\n\n## Usage\n\n```ruby\n# Rakefile\n\nrequire 'sequel/rake'\nSequel::Rake.load!\n```\n\n```\n$ bundle exec rake ...\n\nsequel:init             # Creates a database.yml file\nsequel:generate[name]   # Generate a new migration file `sequel:generate[create_books]`\nsequel:migrate[version] # Migrate the database (you can specify the version with `db:migrate[N]`)\nsequel:rollback[step]   # Rollback the database N steps (you can specify the version with `db:rollback[N]`)\nsequel:remigrate        # Undo all migrations and migrate again\n```\n\n## TODO\n\n* Rollback to previous version\n* Write some tests\n* Seeds\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/sandelius/sequel-rake. 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.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa0s%2Fsequel-rake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa0s%2Fsequel-rake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa0s%2Fsequel-rake/lists"}