I want to create some scripts in lib folder which should insert/update data in my db. I would like to use my models but they are not loaded when I try to use them. These scripts are not related to the application, they are cronjobs. What is the best behavior to implement this logic? Thanks in advance!I want to create some scripts in lib folder whi