Path: | lib/sequel/extensions/to_dot.rb |
Last Update: | Fri Oct 06 03:25:23 +0000 2017 |
frozen-string-literal: true
This adds a Sequel::Dataset#to_dot method. The to_dot method returns a string that can be processed by graphviz‘s dot program in order to get a visualization of the dataset. Basically, it shows a version of the dataset‘s abstract syntax tree.
To load the extension:
Sequel.extension :to_dot
Related module: Sequel::ToDot