{"id":15104892,"url":"https://github.com/oxidizer-rs/oxidizer","last_synced_at":"2025-09-27T02:32:34.884Z","repository":{"id":51149893,"uuid":"277355722","full_name":"oxidizer-rs/oxidizer","owner":"oxidizer-rs","description":"📦 A Rust ORM based on tokio-postgres and refinery","archived":true,"fork":false,"pushed_at":"2021-07-05T21:36:34.000Z","size":708,"stargazers_count":126,"open_issues_count":19,"forks_count":13,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-01-02T01:24:24.512Z","etag":null,"topics":["orm","postgres","rust","sql","tokio"],"latest_commit_sha":null,"homepage":"https://oxidizer-rs.github.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxidizer-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-05T17:57:14.000Z","updated_at":"2024-02-20T21:16:56.000Z","dependencies_parsed_at":"2022-09-04T19:32:32.568Z","dependency_job_id":null,"html_url":"https://github.com/oxidizer-rs/oxidizer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxidizer-rs%2Foxidizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxidizer-rs%2Foxidizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxidizer-rs%2Foxidizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxidizer-rs%2Foxidizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxidizer-rs","download_url":"https://codeload.github.com/oxidizer-rs/oxidizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234376917,"owners_count":18822416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["orm","postgres","rust","sql","tokio"],"created_at":"2024-09-25T20:03:38.296Z","updated_at":"2025-09-27T02:32:34.533Z","avatar_url":"https://github.com/oxidizer-rs.png","language":"Rust","readme":"# Oxidizer\n\n[![Actions Status][ci-badge]][ci-url]\n[![Crates.io][crates-badge]][crates-url]\n[![API Docs][docs-badge]][docs-url]\n[![MIT licensed][mit-badge]][mit-url]\n[![Gitter](https://badges.gitter.im/oxidizer-rs/community.svg)][glitter-url]\n\n[ci-badge]: https://github.com/oxidizer-rs/oxidizer/workflows/test/badge.svg\n[ci-url]: https://github.com/oxidizer-rs/oxidizer/actions\n[crates-badge]: https://img.shields.io/crates/v/oxidizer.svg\n[crates-url]: https://crates.io/crates/oxidizer\n[docs-badge]: https://docs.rs/oxidizer/badge.svg\n[docs-url]: https://docs.rs/oxidizer\n[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[mit-url]: https://github.com/oxidizer-rs/oxidizer/blob/main/LICENSE\n[glitter-url]: https://gitter.im/oxidizer-rs/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n\n## ⚠️ Important ⚠️\n\nOxidizer is now EOL. Unfortunately, we have not been able to allocate time and effort to push Oxidizer forward. the code will remain available in GitHub in archived mode and everyone is welcome to fork and work on features as they wish.\n\n## Overview\n\nA Rust ORM based on [tokio-postgres](https://crates.io/crates/tokio-postgres) and [refinery](https://crates.io/crates/refinery) that helps you reduce the boilerplate of writing entities, tables \u0026 migrations when using tokio-postgres and refinery.\n\n- Asynchronous from the ground up. All the database operations are\n  efficiently handled by tokio at runtime.\n- Oxidizer macros generate code to access relations between entities with ease. Forward and reverse relations are supported.\n\n\u003e Note that, while functional and working, this is in early stages. Use with caution.\n\n## Features/Roadmap\n\n- ⚙ - Work in progress\n- 🗒 - TODO\n- ⚗ - Implemented/Testing\n\nName  | Status  | Issue\n--- | --- | ---\nnon-integer primary keys  | ⚗\nrustls  | 🗒| [#13](https://github.com/oxidizer-rs/oxidizer/issues/13)\njoins | 🗒  | [#12](https://github.com/oxidizer-rs/oxidizer/issues/12)\nmysql support | 🗒 | [#11](https://github.com/oxidizer-rs/oxidizer/issues/11)\nrecursive queries | 🗒\ntransactions  | 🗒\nselect subset of columns  | 🗒\n\n## Contributing\n\nThere are a couple of ways in which you can contribute to Oxidizer, for example:\n\n- [Submit bugs and feature requests](https://github.com/oxidizer-rs/oxidizer/issues), and help us verify as they are checked in\n- Review the [documentation](https://oxidizer.rs/docs) and make pull requests for anything from typos to new content suggestion\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in Oxidizer by you, shall be licensed as MIT, without any additional\nterms or conditions.\n\n## Feedback\n\n- Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/oxidizer-rs)\n- [Report an issue](https://github.com/oxidizer-rs/oxidizer/issues)\n- Up vote [popular feature requests](https://github.com/oxidizer-rs/oxidizer/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc)\n\n## License\n\nThis project is licensed under the [MIT license].\n\n[mit license]: [mit-url]\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxidizer-rs%2Foxidizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxidizer-rs%2Foxidizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxidizer-rs%2Foxidizer/lists"}