{"id":13995383,"url":"https://github.com/mehcode/actix-diesel","last_synced_at":"2025-05-07T17:50:16.545Z","repository":{"id":33894517,"uuid":"163394593","full_name":"mehcode/actix-diesel","owner":"mehcode","description":"Integrate Diesel into Actix (and Actix Web) cleanly and efficiently.","archived":false,"fork":false,"pushed_at":"2022-04-21T07:50:25.000Z","size":41,"stargazers_count":86,"open_issues_count":3,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-28T14:21:22.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-28T09:51:13.000Z","updated_at":"2025-04-03T07:23:48.000Z","dependencies_parsed_at":"2022-08-07T23:30:31.440Z","dependency_job_id":null,"html_url":"https://github.com/mehcode/actix-diesel","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Factix-diesel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Factix-diesel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Factix-diesel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Factix-diesel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehcode","download_url":"https://codeload.github.com/mehcode/actix-diesel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931391,"owners_count":21827104,"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":[],"created_at":"2024-08-09T14:03:22.625Z","updated_at":"2025-05-07T17:50:16.526Z","avatar_url":"https://github.com/mehcode.png","language":"Rust","readme":"# Actix Diesel\n\u003e Integrate Diesel into Actix (and Actix Web) cleanly and efficiently.\n\nThis crate allows for a simple async interface to `diesel` powered by `actix`. It's main goal is to provide\n`actix-web` users an elegant interface to `diesel` however it can be used without the web portions.\n\n## Usage\n\nSee [the example](./example) for detailed usage information.\n\n```rust\nasync fn index(state: State\u003cAppState\u003e) -\u003e Result\u003cJson\u003cUser\u003e\u003e {\n    Ok(await!(users::table.load_async(\u0026state.db))?)\n}\n```\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Factix-diesel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehcode%2Factix-diesel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Factix-diesel/lists"}