diff options
author | jakefeasel <jfeasel@gmail.com> | 2012-09-27 22:48:10 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2012-09-27 22:48:10 -0700 |
commit | 8d4e21ce5a70bc782656d2cbfee93385fa5786f3 (patch) | |
tree | da5bac2e8525dc1bad6da0214703987bc5aedc69 | |
parent | f1d4a10aef94f2b974390515a7e9cd3f9eceff64 (diff) | |
download | DDLBuilder-8d4e21ce5a70bc782656d2cbfee93385fa5786f3.zip DDLBuilder-8d4e21ce5a70bc782656d2cbfee93385fa5786f3.tar.gz DDLBuilder-8d4e21ce5a70bc782656d2cbfee93385fa5786f3.tar.bz2 |
Added link to html previewer in github
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ This was originally developed as a utility for [SQL Fiddle](http://sqlfiddle.com ##Running the example -I've provided an extremely simple plain HTML UI that makes uses of this library. If you download this project into any web-accessible folder and browse to <DDLBuilder>/index.html, you will have the option to add input text and transform it into the expected DDL/DML. +I've provided an [extremely simple plain HTML UI](http://htmlpreview.github.com/?https://github.com/jakefeasel/DDLBuilder/blob/master/index.html) that makes uses of this library. If you download this project into any web-accessible folder and browse to <DDLBuilder>/index.html, you will have the option to add input text and transform it into the expected DDL/DML. This should provide sufficient clarity as to how the whole thing works. If you are a bit lost, I suggest looking at /main.js; this contains the dependency loading, instantiation, UI bindings and execution calls that are used to make the library do useful things. You'll need to do something quite similar to make it work in your project. |