Module Jekyll::Mephisto
In: lib/jekyll/migrators/mephisto.rb

Methods

postgres   process  

Constants

QUERY = "SELECT id, \ permalink, \ body, \ published_at, \ title \ FROM contents \ WHERE user_id = 1 AND \ type = 'Article' AND \ published_at IS NOT NULL \ ORDER BY published_at"   This query will pull blog posts from all entries across all blogs. If you‘ve got unpublished, deleted or otherwise hidden posts please sift through the created posts to make sure nothing is accidently published.

Public Class methods

Accepts a hash with database config variables, exports mephisto posts into a csv export PGPASSWORD if you must

[Validate]