{"id":15611846,"url":"https://github.com/tarellel/fx-sqlserver-adapter","last_synced_at":"2025-11-11T19:03:12.633Z","repository":{"id":56847928,"uuid":"433628513","full_name":"tarellel/fx-sqlserver-adapter","owner":"tarellel","description":"An adapter for the fx gem to support versioned trigger/function/procedure migrations for SqlServer/MsSQL","archived":false,"fork":false,"pushed_at":"2021-12-28T00:41:19.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T16:16:54.403Z","etag":null,"topics":["activerecord","database","functions","gem","migrations","procedures","rails","sqlserver","triggers"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"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/tarellel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-01T00:16:01.000Z","updated_at":"2023-03-27T15:34:27.000Z","dependencies_parsed_at":"2022-09-22T14:26:00.440Z","dependency_job_id":null,"html_url":"https://github.com/tarellel/fx-sqlserver-adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarellel%2Ffx-sqlserver-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarellel%2Ffx-sqlserver-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarellel%2Ffx-sqlserver-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarellel%2Ffx-sqlserver-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarellel","download_url":"https://codeload.github.com/tarellel/fx-sqlserver-adapter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311534,"owners_count":21569055,"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":["activerecord","database","functions","gem","migrations","procedures","rails","sqlserver","triggers"],"created_at":"2024-10-03T06:20:32.315Z","updated_at":"2025-11-11T19:03:12.593Z","avatar_url":"https://github.com/tarellel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# F(x) Sqlserver Adapter\n\nA Sqlserver adapter for the [fx](https://github.com/teoljungberg/fx) gem\n\n## Features\n\nThis adapter makes possible to use sqlserver database functions/procedures _(under functions)_ and triggers with active record migrations and schema dump for them.\n\n## Installation\n\nAdd this line your gemfile\n\n```ruby\ngem 'fx'\ngem 'fx-sqlserver-adapter'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install fx-sqlserver-adapter\n\n## Usage\n\nAfter that you will need to tell F(x) to use this adapter in an initializer `config/initializer/fx.rb`:\n\n```ruby\n# frozen_string_literal: true\n\nrequire 'fx/adapters/sqlserver'\nif defined?(Fx)\n  Fx.configuration.database = Fx::Adapters::Sqlserver.new\nend\n```\n\nThe generators for this gem still uses generators from the original [fx](https://github.com/teoljungberg/fx#great-how-do-i-create-a-trigger-and-a-function) gem.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/tarellel/fx-sqlserver-adapter.\nThis 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## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarellel%2Ffx-sqlserver-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarellel%2Ffx-sqlserver-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarellel%2Ffx-sqlserver-adapter/lists"}