Methods
-
<inner> buildDirectory( db, agencyOptions, directory, callback )
-
Description
Run all of the build table scripts in the specified directory. This will find all .js files that export a
buildTablefunction and run the scripts in alphabetical order of the scripts' filenames.Parameters
Name Type Description dbObject The SQLite database being built
agencyOptionsAgencyOptions The Agency Build Options
directorystring The path to the directory containing the build scripts
callbackfunction Callback function() called when all build scripts have finished
Details