0.0
No commit activity in last 3 years
No release in over 3 years
Adds Mysql adapter to the scenic gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.5
>= 0.4.4
>= 0
>= 0
>= 3.3

Runtime

>= 1.3
 Project Readme

Scenic::Mysql

Scenic-Mysql adds a Mysql Adapter to scenic

Installing

Add to your Gemfile:

gem 'scenic'
gem 'scenic-mysql'

Then bundle install.

Configuring scenic to use the Mysql adapter

# config/initializers/scenic.rb
Scenic.configure do |config|
  config.adapter = Scenic::Adapters::Mysql.new
end

And that's all!

Caveats

Mysql does not offer support for materialized views, so any calls to materialized views will either result in false, or raise a Scenic::Adapters::Mysql::MaterializedViewsNotSupportedError

About

scenic-mysql is currently maintained by Rennan Oliveira and AbraĆ£o Miranda.

This gem is merely a Mysql adapter implementation to the awesome scenic project, and in no way claims to have any direct relation with its maintainers.