in grails application using mysql. database processing heavy functionalities, need stored procedures. in development environment, because of changing schemas, configuration , static data, wish rebuild database @ each startup (and because fast). stored procedures stored in native sql files ready run against database.
what best way of integrating creation of these procedures in grails application? thinking make part of bootstrap process, locating files , querying them against datasource have. however, wondering if there best practice regarding issue, idea seems bit raw.
Comments
Post a Comment