chop-dbhi / dataexpress

[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite
http://dataexpress.research.chop.edu
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

SqlStore should expose an execute method #38

Open mitalia opened 11 years ago

mitalia commented 11 years ago

In order to allow complex tasks a SqlStore should expose an execute method that passes SQL to the backend without the user having to use the API.