{"id":19787229,"url":"https://github.com/rorm-orm/rorm-lib","last_synced_at":"2026-06-11T11:31:33.838Z","repository":{"id":64927995,"uuid":"569059318","full_name":"rorm-orm/rorm-lib","owner":"rorm-orm","description":"FFI bindings to rorm-db","archived":false,"fork":false,"pushed_at":"2023-03-08T22:12:30.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-02-28T14:09:21.060Z","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/rorm-orm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","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":"2022-11-22T01:42:53.000Z","updated_at":"2022-11-24T06:13:28.000Z","dependencies_parsed_at":"2024-11-12T06:35:10.904Z","dependency_job_id":null,"html_url":"https://github.com/rorm-orm/rorm-lib","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"72a3aab8bc853ecebf29a3abbf5bfe3d22b7878d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rorm-orm/rorm-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorm-orm%2Frorm-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorm-orm%2Frorm-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorm-orm%2Frorm-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorm-orm%2Frorm-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rorm-orm","download_url":"https://codeload.github.com/rorm-orm/rorm-lib/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rorm-orm%2Frorm-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-12T06:21:50.004Z","updated_at":"2026-06-11T11:31:33.813Z","avatar_url":"https://github.com/rorm-orm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rorm-lib\n\n![license](https://img.shields.io/github/license/rorm-orm/rorm-lib?label=License)\n[![crates-io-version](https://img.shields.io/crates/v/rorm-lib)](https://crates.io/crates/rorm-lib)\n[![docs](https://img.shields.io/docsrs/rorm-lib?label=Docs)](https://docs.rs/rorm-lib/latest/rorm/)\n\n`rorm-lib` provides FFI bindings for [rorm-db](https://github.com/rorm-orm/rorm-db).\n\nWith the help of this crate, it is possible for other languages to use the orm.\n\n## Compile `rorm-lib`\n\nIn order to compile `rorm-lib`, a [rustup](https://rustup.rs/) installation \nis recommended.\n\n```bash\n## Clone the repository\ngit clone --recursive -b main https://github.com/rorm-orm/rorm-lib \u0026\u0026 cd rorm-lib\n## To compile the current development version, use:\n# git clone --recursive -b dev https://github.com/rorm-orm/rorm-lib \u0026\u0026 cd rorm-lib\n\n# Compile the release version (optimized + no debug symbols) \ncargo build -r -p rorm-lib\n## or build the debug build:\n# cargo build -p rorm-lib\n## or also enable the logging functionality:\n# cargo build -p rorm-lib -F logging\n```\n\nThe resulting libraries will be written to `./target/release/` or `./target/debug/`\ndepending on the build type.\n\n## API definition\n\nThe current API definition can be generated by using `cbindgen`:\n\n```bash\n# Install / update cbindgen\ncargo install -f cbindgen\n\n# Generate header\ncbindgen --crate rorm-lib --config cbindgen.toml --output rorm.h\n```\n\nThe generated header file is located in `./rorm.h`.\n\n## Further notes\n\nTo provide a similar experience as `rorm` for users, it is required to build \nan additional layer upon this binding as well as an interface for `rorm-cli`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorm-orm%2Frorm-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frorm-orm%2Frorm-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frorm-orm%2Frorm-lib/lists"}