New feature: dynamic include elements

It seems obvious and natural, but it was challenging for me to add dynamic includes implementation requested by one of Scriptella users. Here is an example of dynamic includes.

<query connection-id="db">
    SELECT version FROM schema_info
    <script>
	<include href="${version}.sql"/>
     </script>
</query>

This feature is especially useful for building Rails-like migrations. Later me or Mike will post a short how-to on a simplified migrations in Scriptella ETL.

About Fyodor Kupolov
Scriptella ETL founder.

2 Responses to New feature: dynamic include elements

  1. Kuldeep says:

    Where can i find this tool Scriptella

Leave a comment