Skip to content

Instantly share code, notes, and snippets.

@leemour
Last active December 15, 2015 21:29
Show Gist options
  • Save leemour/5326342 to your computer and use it in GitHub Desktop.
Save leemour/5326342 to your computer and use it in GitHub Desktop.
Rails/Padrino pretty output of a SQL table Information
puts ActiveRecord::Base.connection.execute("PRAGMA table_info('pages')").to_yaml
puts ActiveRecord::Base.connection.execute("PRAGMA encoding").to_yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment