Zend certified PHP/Magento developer

How I can seed products into database directly?

Sometimes I have magento installations where my coleagues do edit files in ./vendor folder. Therefore, I cannoty use the existing seeder. Therefore, using magento’s seeder will require extra dependencies and may break the ./vendor folder.

But instead I can make a seperate scrips that manipulates db directly. So what tables do I need in order to seed test products directly?