I am using sequelize to manage my database, but many users are using the table concurrently so I should lock the rows which the thread is using. I investigated the docs and