msoe-dise-project / ringling

A service to track model training parameters, trained models, and model tests
Apache License 2.0
0 stars 0 forks source link

Add a database layer #17

Open rnowling opened 1 year ago

rnowling commented 1 year ago

Currently, SQL statements are constructed and executed in the REST API function handlers. With the desire to add pagination (see #15) and query parameters (see #14), the queries are becoming more complex. The software would benefit from a database layer that hides the details behind an interface.