samtx / passpredict

Predict upcoming satellite overpasses over a point on Earth.
MIT License
23 stars 6 forks source link

Create SQL database relations for object models #19

Closed samtx closed 4 years ago

samtx commented 4 years ago

Create SQL tables for Satellite and Location objects.

We could potentially use the database to directly cache the satellite position values, but leave that for later.

samtx commented 4 years ago

Don't use SQL databases for this library. Move the database operations to dedicated REST API.