v0.1.51
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