Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pittst3r/scenic-mysql
https://github.com/pittst3r/scenic-mysql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pittst3r/scenic-mysql
- Owner: pittst3r
- License: other
- Created: 2016-02-18T20:20:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T15:20:33.000Z (almost 9 years ago)
- Last Synced: 2023-03-14T22:35:35.232Z (almost 2 years ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MySQL adapter for [Scenic](https://github.com/thoughtbot/scenic)
[![Build Status](https://travis-ci.org/sweatypitts/scenic-mysql.svg?branch=master)](https://travis-ci.org/sweatypitts/scenic-mysql)
*Use at your own risk. This is a WIP and you probably shouldn't use it yet.*
Just put this in an initializer and you're ready to go:
```ruby
Scenic.configure do |conf|
conf.database = Scenic::Adapters::Mysql.new
end
```