tdiary / tdiary-io-rdb

database adapter for tDiary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDiary::IO::Rdb

Gem Version Build Status

RDB like sqlite, mysql and postgresql adapter for tDiary

Installation

Add this line to your tDiary's Gemfile.local:

gem 'tdiary-io-rdb'

And then execute:

$ bundle

Usage

Add follow snipet to your tdiary.conf

@io_class = TDiary::IO::Rdb

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

database adapter for tDiary

License:MIT License


Languages

Language:Ruby 100.0%