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

Merge in SQL Server support #28

Closed mitalia closed 11 years ago

mitalia commented 11 years ago

We need to merge in SQLServer support which is currently off in its own repo as the result of a prior attempt to have a plugin architecture. After seeing this talk by @r0ml at OSCON I feel even better about integrating the database drivers directly into the project rather than through a plugin mechanism (the aforementioned talk described plugin architectures, among many other things, as an anti-pattern holdover from the dark ages of closed-source software).