Pysqlx-core

Latest version: v0.1.50

Safety actively analyzes 638199 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.42

Changes in this Release
Merge pull request 40 from carlos-rian/release/update-dep-2023-04-06

Update openssl to the latest version

0.1.41

Changes in this Release
Merge pull request 39 from carlos-rian/release/update-deps

update the lib version to the latest.
* tokio
* serde_json
* pyo3
* uuid
* openssl

0.1.40

Changes in this Release
- Change ci to create tag with same name of the release.

refs/heads/main
Changes in this Release
- Remove env_log
- Change the Cargo.toml, add release profile.
- Try to decrease the binary
- Last commit message: add lines to set and get automatic version, create tag, and release.

0.1.31

Expose the methods bellow using `Rust` + `PyO3` + `PyO3-asyncio`

- `.is_healthy()` check if the connection is healthy.
- `.requires_isolation_first()` this is used to determine if the connection should be isolated before executing a sql.
- `.raw_cmd()` run a command in the database, for queries that can't be run using prepared statements.
- `.query_as_dict()` to return actual records (for example, using SELECT).
- `.query_first_as_dict()` to return actual records (for example, using SELECT).
- `.set_isolation_level()` the isolation level is set before the transaction is started. Is used to separate the transaction per level.
- `.begin()` starts a transaction.
- `.commit()` commits a transaction.
- `.rollback()` rollbacks a transaction.
- `.start_transaction()` starts a transaction with BEGIN/BEGIN TRANSACTION. By default, does not set the isolation level. But is possible to set the isolation level using the parameter isolation_level.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.