turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.

MIT License

Downloads
5.9K
Stars
616
Committers
36

Bot releases are hidden (Show)

turbodbc - Turbodbc 4.5.4

Published by xhochy about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.5.3...4.5.4

turbodbc - Turbodbc 4.5.2

Published by xhochy over 2 years ago

What's Changed

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.5.1...4.5.2

turbodbc - Turbodbc 4.5.0

Published by xhochy over 2 years ago

What's Changed

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.4.0...4.5.0

turbodbc - Turbodbc 4.4.0

Published by xhochy over 2 years ago

turbodbc - Turbodbc 4.3.1

Published by xhochy over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.3.0...4.3.1

turbodbc - Turbodbc 4.3.0

Published by xhochy almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.2.1...4.3.0

turbodbc - Turbodbc 4.2.1

Published by xhochy about 3 years ago

Support pyarrow 5

turbodbc - Turbodbc 4.2.0

Published by xhochy over 3 years ago

  • Update package requirements so that pyarrow>0.17.1,<4.1 can be used.
  • Set minimal Python version to 3.7 following NEP 29.
turbodbc - Turbodbc 4.1.2

Published by bjoernmeier over 3 years ago

Update package requirements so pyarrow>0.17.1,<3.1 can be used.

turbodbc - Turbodbc 4.1.1

Published by xhochy over 4 years ago

turbodbc - Turbodbc 4.1.0

Published by xhochy over 4 years ago

turbodbc - Turbodbc 4.0.0

Published by xhochy over 4 years ago

Minimal Python version is now 3.6

turbodbc - Turbodbc 3.4.0

Published by fjetter over 4 years ago

  • Support Arrow 0.16.x and 0.17.x, require at least 0.15.x
  • Minimal NumPy version was bumped to 1.16
turbodbc - Turbodbc 3.3.0

Published by xhochy almost 5 years ago

  • Don't override but amend CMAKE_CXX_FLAGS
  • Support Arrow 0.15.X
turbodbc - Turbodbc 3.2.0

Published by fjetter about 5 years ago

Highlights:

  • Arrow 0.14.X support

Full changeling available: https://github.com/blue-yonder/turbodbc/blob/master/CHANGELOG.rst

turbodbc - Turbodbc 2.6.0

Published by MathMagique over 6 years ago

Added support for with blocks for Cursor and Connection objects. This makes turbodbc conform with PEP 343 (thanks @AtomBaf)
Added new keyword argument force_extra_capacity_for_unicode to make_options(). If set to True, memory allocation is modified to operate under the assumption that the database driver reports field lengths in characters, rather than code units (thanks @yaxxie).

Highlights:

  • Support for with statements for Cursor and Connection objects

Please see the Changelog for more details.

turbodbc - Turbodbc 2.5.0

Published by MathMagique almost 7 years ago

Highlights:

  • Support for Apache Arrow 0.8.x
  • fetchallarrow() optionally supports data-dependent integer types to save space when possible

Please see the Changelog for more details.

turbodbc - Turbodbc 2.4.1

Published by MathMagique about 7 years ago

Highlights:

  • Fixed a memory leak in the Cursor.fetchallarrow()

Please see the Changelog for more details.

turbodbc - Turbodbc 2.4.0

Published by MathMagique about 7 years ago

Highlights:

  • Cursor.executemanycolumns() supports Apache Arrow pyarrow.Table, allowing convenient inserts from pandas.DataFrame

Please see the Changelog for more details

turbodbc - Turbodbc 2.3.0

Published by MathMagique about 7 years ago

Highlights:

  • cursor.fetchallarrow() now supports representing string fields as Apache Arrow's dictionary arrays. This is helpful for string fields containing only a limited number of distinct entries, e.g., cities, countries, colors, etc.

Please see the changelog for more details

Package Rankings
Top 8.17% on Proxy.golang.org
Top 3.42% on Pypi.org
Top 19.05% on Conda-forge.org
Badges
Extracted from project README
Build Status Documentation Status codecov Anaconda-Server Badge Anaconda-Server Badge
Related Projects