Skip to content

v0.1.51

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 22:49
3423a9a

Changes in this Release
Merge pull request #76 from carlos-rian/release/bultin-params

Bultin parameters

This release have significant changes for the the pysqlx-core, now this lib has native support to database params.
This new version adds support for converting Python Types to Database Types.

Notes

  • Update Pyo3 to the latest version.
  • Remove Pyo3-Asyncio.
  • Add native support to PyO3 Async
  • Add new Statement class to prepare SQL and Params.
  • Rename some methods in the Connection class.
  • Remove support to Python3.7