node-sqlite3-caching Create sqlite3 db from csv file, then create APIs for reading the db, and implement caching for APIs. Features/functionalities of the application: 1. Creating SQLite3 database 2. Reading from .csv file 3. Persisting data from .csv file to the SQLite3 database 4. APIs to retrieve data from the DB 5. Building dynamic query from query parameters and adding appropriate checks for keys and erroneous values 6. Use of express Routers 7. Implemented caching for certain APIs 8. API documentation using OpenAPI specification version 3.0.1 and npm package - swagger-ui-express