TDiary::IO::Rdb
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request