文件名称:pytds:使用纯Python TDS(表格数据流)协议实现的MSSQL的Python DBAPI驱动程序
文件大小:125KB
文件格式:ZIP
更新时间:2024-05-19 17:34:36
Python
pytds 用于MSSQL的驱动程序,使用纯Python TDS(表格数据流)协议实现。 不依赖于ADO或FreeTDS。 可以在任何平台上使用,包括Linux,MacOS,Windows。 它可以与用作Django数据库后端。 特征 完全支持新的MSSQL 2008日期类型:datetime2,date,time,datetimeoffset 火星 批量插入 表值参数 TLS连接加密 非Windows平台上的Kerberos支持(需要kerberos软件包) 安装 要安装,请运行以下命令: $ pip install python-tds 如果要使用TLS,还应该安装pyOpenSSL软件包: $ pip install pyOpenSSL 为了获得更好的性能,也请安装bitarray软件包: $ pip install bitarray 要在非Windows平台(实
【文件预览】:
pytds-master
----ci.bat(437B)
----.gitignore(202B)
----README.rst(2KB)
----ci.sh(403B)
----appveyor.yml(1KB)
----profiling()
--------profile_smp.log(608B)
--------profile_reader.py(1KB)
--------profile_smp.py(1KB)
----tests()
--------utils_35.py(4KB)
--------sspi_test.py(3KB)
--------simple_server.py(10KB)
--------connected_test.py(27KB)
--------fixtures.py(1KB)
--------smp_test.py(6KB)
--------dbapi20.py(32KB)
--------settings.py(1KB)
--------utils.py(2KB)
--------unit_test.py(64KB)
--------tz_test.py(376B)
--------types_test.py(10KB)
--------all_test.py(39KB)
----docs()
--------make.bat(7KB)
--------conf.py(8KB)
--------extensions.rst(932B)
--------index.rst(3KB)
--------pytds.rst(299B)
--------Makefile(7KB)
--------install.rst(114B)
----pytest.ini(122B)
----src()
--------pytds()
----RELEASE.rst(425B)
----requirements.txt(11B)
----shell.py(1KB)
----LICENSE.txt(1KB)
----version.py(3KB)
----MANIFEST.in(74B)
----setup.py(994B)
----test_requirements.txt(312B)
----.travis.yml(371B)
----tox.ini(148B)