Methods
-
<inner> compile( callback )
-
Description
Start the database compilation process
Parameters
Name Type Description callbackrunCallback Callback function when the database compilation is complete
Details
This module starts the database compilation process. It will run the
build scripts found in the ./gtfs/, ./rt/, and ./other/ directories.
Start the database compilation process
| Name | Type | Description |
|---|---|---|
callback |
runCallback |
Callback function when the database compilation is complete |