Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB: Add Sydney train stops table and queries #576

Draft
wants to merge 2 commits into
base: 01-26-create_new_module_core_io
Choose a base branch
from

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Jan 27, 2025

Add SydneyStops table and queries

Creates a new SQLite table to store Sydney train stop information with fields for ID, name, location coordinates, and product class. Adds queries for inserting stops and searching by name or product class.

Migration still required:

  • Store GTFS data into SQLite database after unzipping
  • Move storage logic out of GTFS module

Add migration:

  • Add migration file for SydneyStops table creation
  • Create GtfsSandook interface and implementation

Copy link
Owner Author

ksharma-xyz commented Jan 27, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ksharma-xyz ksharma-xyz changed the title Add SydneyStops table DB: Add Sydney train stops table and queries Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant