{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/5"}],"enrichment":{"capability":"Provides Rust-accelerated implementations of performance-critical utility functions for the ormar async ORM, automatically used by ormar when installed.","skillfed_tags":["rust-accelerated","orm-utilities","performance-optimization"],"use_cases":["Speed up ormar ORM queries and data transformations by installing Rust-accelerated utilities alongside ormar.","Optimize performance-critical async database operations that rely on ormar's internal hashing and list-grouping functions.","Reduce latency in applications using ormar by leveraging compiled Rust implementations of encoding/decoding and merge planning.","Deploy ormar applications across multiple Python versions (3.10+) without rebuilding wheels, thanks to stable ABI compatibility.","Improve throughput in high-volume data processing pipelines that use ormar's UniqueList and dict-translation utilities."],"what_it_does":"ormar-utils is a companion package to the ormar async ORM that provides Rust-compiled versions of internal utility functions. It contains no runtime dependencies and is designed to be installed alongside ormar; when present, ormar automatically uses the faster Rust implementations for operations like encoding/decoding bytes and JSON, hashing, list/dict transformations, and merge planning.\n\nThe package is built as a compiled extension using the CPython stable ABI, meaning a single wheel per platform supports Python 3.10 and later without requiring separate builds for each Python version. It is optional\u2014ormar works without it\u2014but offers performance gains for workloads that heavily use the accelerated operations. The package is actively maintained, recently released, and carries no known security vulnerabilities.","worth_installing":"Yes, if you use ormar and want transparent performance gains. Install friction is moderate (compiled wheels, Python 3.10+ required), but pre-built wheels cover common platforms and the stable ABI eliminates per-version rebuilds. The package is actively maintained, has no security vulnerabilities, and carries a permissive MIT license. It is optional\u2014ormar functions without it\u2014so there is no downside to trying it if your platform is supported."},"id":"ormar-utils","links":{"html":"https://skillfed.io/packages/ormar-utils","md":"https://skillfed.io/packages/ormar-utils.md","pypi":"https://pypi.org/project/ormar-utils/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-08","license_spdx":null,"license_treatment":"permissive","name":"ormar-utils","python_support":"supports_current","summary":"Rust-accelerated utility functions for the ormar ORM"},"popularity":{"monthly_downloads":78430,"position":14444,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.0"}
