Most higher level regular programming languages will allow you to escape to C, and C allows you to escape to assembly, so that's not unusual.
In my experience when you need to escape to raw SQL there is still some kind of query builder employed, which too becomes another "compile to SQL" source.
In my experience when you need to escape to raw SQL there is still some kind of query builder employed, which too becomes another "compile to SQL" source.