<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:crm_company.sql" />
<jdbc:script location="classpath:test-data.sql" />
</jdbc:embedded-database>
In this example I have a script in .sql file.My question is refering if can I use something equivalent with the script from .xml file.