1.2.4 • Published 5 years ago

right-track-db-sqlite3 v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Right Track Database (sqlite3)

node module: right-track-db-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-db or its documentation at https://docs.righttrack.io/right-track-db.