Module: SQLtorial

Defined in:
lib/sqltorial/formatter.rb,
lib/sqltorial.rb,
lib/sqltorial/metadata.rb,
lib/sqltorial/query_cache.rb,
lib/sqltorial/query_to_md.rb,
lib/sqltorial/sql_to_example.rb,
lib/sqltorial/assemble_command.rb,
lib/sqltorial/regexp_directive.rb,
lib/sqltorial/directives/directive.rb,
lib/sqltorial/directives/all_directive.rb,
lib/sqltorial/directives/valid_column_directive.rb

Overview

require ‘anbt-sql-formatter/formatter’ require ‘anbt-sql-formatter/rule’

Defined Under Namespace

Classes: AllDirective, AssembleCommand, Directive, Formatter, QueryCache, QueryToMD, RegexpDirective, SqlToExample, ValidColumnDirective

Constant Summary collapse

VERSION =
"0.0.3"
SUMMARY =
%q{Knitr, but for SQL files, sorta}
DESCRIPTION =
%q{Ingests a set of commented SQL statements, executes them, and dumps the comments, queries, and results into a markdown file}
HOMEPAGE =
"http://github.com/outcomesinsights/sqltorial"