Category

Generic


Usage

autoSql specFile outRoot {optional: -dbLink -withNull -json}


Manual

This tool is part of UCSC Genome Browser's utilities.

This will create outRoot.sql outRoot.c and outRoot.h based
on the contents of specFile.

options:
-dbLink - optionally generates code to execute queries and
updates of the table.
-addBin - Add an initial bin field and index it as (chrom,bin)
-withNull - optionally generates code and .sql to enable
applications to accept and load data into objects
with potential 'missing data' (NULL in SQL)
situations.
-defaultZeros - will put zero and or empty string as default value
-django - generate method to output object as django model Python code
-json - generate method to output the object in JSON (JavaScript) format.


Share your experience or ask a question