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.
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.