Skip to content

gkinsman/rhino-etl

 
 

Repository files navigation

RhinoETL

Rhino Etl is a simple Extract, transform and load library for .NET.

Resources

Building

In order to build this project, you need to execute the psake build script from the PowerShell console. You do this using the following command from the root project directory:

.\psake.ps1 default.ps1

You may need to allow script execution by running the following command as adminstrator:

Set-ExecutionPolicy unrestricted

Also note that the build script assume that you have git.exe on your path.

Running the tests requires access to a database called 'test' on the default instance of SQL Server

Releases

1.2.5

1.2.4

1.2.3

About

Rhino Etl is a developer friendly Extract, transform and load (ETL) library for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.1%
  • PowerShell 4.6%
  • XSLT 2.4%
  • Smalltalk 1.6%
  • Boo 1.3%