Hi everyone,
Is there a way to reuse the connection to db? I need to make some transactional queries (high performance inserts). I can not use models for insertion because I need to import legacy data from csv files and need to make some structure migration, processing data, etc.
Thank you!