Module Jekyll::Enki
In: lib/jekyll/migrators/enki.rb

Methods

process  

Constants

SQL = <<-EOS SELECT p.id, p.title, p.slug, p.body, p.published_at as date, p.cached_tag_list as tags FROM posts p EOS

Public Class methods

Just working with postgres, but can be easily adapted to work with both mysql and postgres.

[Validate]