cerndb / dbod-core

DB On Demand management infrastructure core library
GNU General Public License v3.0
5 stars 1 forks source link

Implement RunSQLAction #3

Closed icot closed 9 years ago

icot commented 9 years ago

Implement a method of executing SQL commands (or batch of commands in a file) on a certain DB type.

icot commented 9 years ago

This will be implemented using Moose roles for each specific database type.

icot commented 9 years ago

Finally implemented using a DB class with the 'MooseX::Role::DBIx::Connector'. An object of this class is an attribute initialized on each instance of the Job class, and configured to talk to the database instance the job refers to.