{"id":23545528,"url":"https://github.com/bh2smith/eth-diesel","last_synced_at":"2025-05-15T10:34:38.451Z","repository":{"id":208833738,"uuid":"722577532","full_name":"bh2smith/eth-diesel","owner":"bh2smith","description":"Native Ethereum Types for Diesel Engine","archived":false,"fork":false,"pushed_at":"2023-11-23T21:19:50.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T10:47:59.475Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bh2smith.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-23T12:56:14.000Z","updated_at":"2023-11-23T13:52:26.000Z","dependencies_parsed_at":"2025-02-17T10:40:57.883Z","dependency_job_id":"b18b8191-074c-43cb-b3a3-afb2da27a878","html_url":"https://github.com/bh2smith/eth-diesel","commit_stats":null,"previous_names":["bh2smith/eth-diesel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Feth-diesel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Feth-diesel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Feth-diesel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bh2smith%2Feth-diesel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bh2smith","download_url":"https://codeload.github.com/bh2smith/eth-diesel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254323186,"owners_count":22051740,"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-12-26T08:18:44.790Z","updated_at":"2025-05-15T10:34:38.413Z","avatar_url":"https://github.com/bh2smith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eth-diesel\nNative Ethereum Types for Diesel Engine\n\nThe goal is to be able to use hex strings (Addresses, etc in Table Models --- since the integer type U256 seems fine).\nThe reason is for JSON serialization of table models not to return byte arrays, but rather hex strings.\n\n```sh\n# Create Env\necho DATABASE_URL=postgres://postgres:password@localhost/diesel_demo \u003e .env\n# Run Empty postgres database\ndocker run --name diesel_demo -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres:latest\n# Run Migration (to create types table and insert one record).\ndiesel migration run\n```\n\n### Check\n\n```sh\ncargo fmt \u0026\u0026 cargo check \u0026\u0026 cargo clippy --all-targets\n```\n\n### Test\n\n```sh\ncargo test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh2smith%2Feth-diesel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbh2smith%2Feth-diesel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbh2smith%2Feth-diesel/lists"}