{"id":26880455,"url":"https://github.com/partiql/partiql-lang-rust","last_synced_at":"2025-04-07T15:05:27.755Z","repository":{"id":37896168,"uuid":"359938731","full_name":"partiql/partiql-lang-rust","owner":"partiql","description":"PartiQL libraries and tools in Rust.","archived":false,"fork":false,"pushed_at":"2024-10-21T18:01:36.000Z","size":8103,"stargazers_count":65,"open_issues_count":73,"forks_count":9,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-10-22T08:57:19.884Z","etag":null,"topics":["query","rust","sql"],"latest_commit_sha":null,"homepage":"https://partiql.org/","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/partiql.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-04-20T20:09:49.000Z","updated_at":"2024-10-20T00:02:56.000Z","dependencies_parsed_at":"2023-10-26T21:28:01.427Z","dependency_job_id":"895c2b93-d93c-4723-8ed8-039b0d6acf9a","html_url":"https://github.com/partiql/partiql-lang-rust","commit_stats":{"total_commits":218,"total_committers":8,"mean_commits":27.25,"dds":0.5091743119266054,"last_synced_commit":"380f5265feab34da02e933dff47b7845945f0699"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partiql%2Fpartiql-lang-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partiql%2Fpartiql-lang-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partiql%2Fpartiql-lang-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/partiql%2Fpartiql-lang-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/partiql","download_url":"https://codeload.github.com/partiql/partiql-lang-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"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":["query","rust","sql"],"created_at":"2025-03-31T14:24:41.893Z","updated_at":"2025-04-07T15:05:27.729Z","avatar_url":"https://github.com/partiql.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PartiQL Rust\n\n[![Crate](https://img.shields.io/crates/v/partiql.svg)](https://crates.io/crates/partiql)\n[![Docs](https://docs.rs/partiql/badge.svg)](https://docs.rs/partiql)\n[![License](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/partiql/partiql-lang-rust/blob/main/LICENSE)\n[![CI Build](https://github.com/partiql/partiql-lang-rust/workflows/CI%20Build/badge.svg)](https://github.com/partiql/partiql-lang-rust/actions?query=workflow%3A%22CI+Build%22)\n[![codecov](https://codecov.io/gh/partiql/partiql-lang-rust/branch/main/graph/badge.svg?token=PDCNQZPVBD)](https://codecov.io/gh/partiql/partiql-lang-rust)\n\nThis is a collection of crates to provide Rust support for the [PartiQL][partiql] query language.\n\n***The crates in this repository are considered experimental, under active/early development,\nand APIs are subject to change.***\n\nThis project uses [workspaces][workspaces] to manage the crates in this repository.  The `partiql` crate is intended\nto be the crate that exports all the relevant `partiql-*` sub-crate functionality.  It is factored in this way\nto make applications needing only some sub-component of the PartiQL implementation possible (e.g. an application\nthat only requires the PartiQL parser can depend on `partiql-parser` directly).\n\n## Development\nThis project uses a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to pull in \n[partiql-tests](https://github.com/partiql/partiql-tests). The easiest way to pull everything in is to clone the \nrepository recursively:\n\n```bash\n$ git clone --recursive https://github.com/partiql/partiql-lang-rust.git\n```\n\nYou can also initialize the submodules as follows:\n\n```bash\n$ git submodule update --init --recursive\n```\n\n## Running the conformance tests\nRunning `cargo test` from the `partiql-lang-rust` root will not run the conformance tests by default.\n\nTo run all the tests (including conformance tests), you will need to run `cargo test` with the \"conformance_test\" `--features` flag:\n\n```shell\ncargo test --features \"conformance_test\"\n```\n\nOr to run just the conformance tests:\n\n```shell\ncargo test --package partiql-conformance-tests --features \"conformance_test\"\n```\n\nMore details on running individual tests can be found in the `partiql-conformance-tests` crate [README](partiql-conformance-tests/README.md).\n\n## Security\n\nSee [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n\n[partiql]: https://partiql.org/\n[workspaces]: https://doc.rust-lang.org/stable/cargo/reference/workspaces.html\n[crates]: https://crates.io/policies","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartiql%2Fpartiql-lang-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpartiql%2Fpartiql-lang-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartiql%2Fpartiql-lang-rust/lists"}