Module: SQLtorial
- Defined in:
- 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
Defined Under Namespace
Classes: AllDirective, AssembleCommand, Directive, QueryCache, QueryToMD, RegexpDirective, SqlToExample, ValidColumnDirective
Constant Summary collapse
- VERSION =
"0.0.1"- 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"