CUTR-at-USF / ontime-performance-calculator

An application to calculate on-time performance using archived GTFS-realtime data
Other
4 stars 2 forks source link

Support more databases #24

Open barbeau opened 7 years ago

barbeau commented 7 years ago

Summary:

Currently the project is hard-coded for a MS SQL Server database. We should modify the project to be database-agnostic so any database can be used.

@alankessler made some changes here in his fork to make it work with Postgres: https://github.com/alankessler/ontime-performance-calculator/commit/01d10c7454b49bb52469e2f6211d73097576097f

Steps to reproduce:

Try to run the project with Postgres or MySQL

Expected behavior:

Work with any database without modifying code

Observed behavior:

Currently only MS SQL Server is supported.