We need to save all **thanks** that were sent by users to a Data Base, in our case we will start from SQLite. - [ ] Read a guide about how to use SQLight with node.js. Guide example: http://www.sqlitetutorial.net/sqlite-nodejs/ If you find a better one, feel free to use it instead - [ ] Create a DB scheme for our use case - [ ] Update the code of the bot to save **thanks** messages to the DB
We need to save all thanks that were sent by users to a Data Base, in our case we will start from SQLite.