Query my SQLite database from within my Servant handlers. Nothing I've written is domain-specific to the business logic yet -- I'm just making sure everything integrates.
Use Servant to create a REST API supporting the following routes: - GET /number - POST /other The server interacts with a SQLite database.