ActiveRecord Schema Functions
Add your stored functions to your schema.rb
file in your Rails application.
Simply add this gem to your package and you're off!
Note: This currently only support PostgreSQL and hasn't been widely tested across multiple codebases / PostgreSQL versions. Use at your own risk!
Installation
Add this line to your application's Gemfile:
gem 'ar_schema_functions'
And then execute:
$ bundle install
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/visibuild/ar_schema_functions. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the ArSchemaFunctions project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.