Skip to content

Files

Latest commit

2b6a4e9 · Jan 14, 2016

History

History
31 lines (19 loc) · 747 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 747 Bytes

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