How to use raw SQL (DML and DDL) in Symfony projects? – Phpmyadmin
I'm new in programming and I've built projects on xampp. There I created the databases in SQL (MARIADB) in 2 separated files (DML and DDL). Now, learning Symfony I found that looks like I must use ORM to create the…