From 17e4363610ad788aa7a8f02cfd9b17886aae5793 Mon Sep 17 00:00:00 2001 From: pl77 Date: Mon, 15 May 2017 21:27:21 -0400 Subject: [PATCH] Updated reference to Windows Subsystem for Linux etlalchemy seems to be working fine under the Win10 'bash' found in the Windows Subsystem for Linux. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dee4145..3b666be 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ target.migrate() *_(So, FK migrations will be skipped when Target is MSSQL)_ 2. Currently not compatible with Windows * Several "os.system()" calls with UNIX-specific utilities + * One option for Windows users is installing through the [Windows Subsystem for Linux (WSL)](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) 3. If Target DB is in the Azure Cloud (MSSQL), FreeTDS has some compatibility issues which are performance related. This may be noticed when migrating tables with 1,000,000+ rows into a Azure MSSQL Server. 4. Though the MSSQL 'BULK INSERT' feature is supported in this tool, it is NOT supported on either Azure environments, or AWS MSSQL Server environments (no 'bulkadmin' role allowed). Feel free to test this out on a different MSSQL environment! 5. Regression tests have not **(yet)** been created due to the unique **(and expensive)** way one must test all of the different database types.