SQL files for Turbine

The Turbine framework uses a database to store the following information:

  • The Scheduler service for persistent events
  • The Security service for user and related security information
The Torque generator can be used to create the SQL files to set up the necessary database tables.

Source distribution

To create the SQL files for a specific database, run the following maven command from the root of the source distribution:

    maven -Dtorque.database=<database name> sql
   

Default is to create SQL for the MySQL database.

Binary distribution

The binary distribution contains the SQL files for various databases in the sql subdirectory.