Right Track Database (sqlite3)
GitHub repo: right-track/right-track-db-sqlite3
This Node module provides an implementation of the abstract RightTrackDB Class using the node-sqlite3 module. This Class is used to query the SQLite Right Track Database containing the GTFS and additional Right Track data. The SQLite database is generated using the right-track-db-build module.
Documentation
For documentation on this implementation of RightTrackDB
, see the /doc/
directory in this repository or online at https://docs.righttrack.io/right-track-db-sqlite3.
For documentation on the abstract RightTrackDB
Class, see the source code
available at https://github.com/right-track/right-track-core
or its documentation at https://docs.righttrack.io/right-track-core.