Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangRicky authored Nov 20, 2020
1 parent e6627b6 commit 6adb094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ ctds https://github.com/zillow/ctds
I use ctds 1.10.0, compiled under Win 64 bit using VS 2019.


Update 20201120:

FreeTDS 1.2+ from AppVeyor builds (VS2017 64b), OpenSSL 1.1.1h. ctds version 1.13.

See Release page:
https://github.com/HuangRicky/ctds-python-win/releases



# Question: What does this package do

The most important usage is the .bcp method. Usually, pyodbc or other similar package can provide reading access with great performance (btw, turbodbc gives the best reading performance in my test cases). However those package does not support bulk insert. Ctds is the only package can support in memory bcp according to my research. Under Windows, it is not trivial to compile ctds because you need to get different pieces ready, perhaps set up PATH. I have sorted it out and compile the ctds package for you but **make sure you agree to all terms and conditions and honor licenses of original libraries!**
Expand Down

0 comments on commit 6adb094

Please sign in to comment.