MobilityLab / TransitScreen

Transit screen configuration and display.
http://mobilitylab.org/2012/01/05/experimental-real-time-transit-screens-come-to-arlington-and-dc/
MIT License
132 stars 21 forks source link

Support mysql database, not just postgresql #66

Open TransitScreen opened 11 years ago

TransitScreen commented 11 years ago

TransitScreen's database schema is pretty simple and doesn't require postgresql.

Someone should create a version of the schema for mysql.

TransitScreen commented 11 years ago

Eric notes in the README that

-- application/config/database.php Here is where you set up your database connection with the appropriate login credentials and database name. Please note that you will have to set the correct value for $db['default']['dbdriver'], which is set by default to 'postgre'. If you intend to use MySQL, you will need to change this value.