{"id":42358723,"url":"https://github.com/ontodev/tree-sitter-sqlrest","last_synced_at":"2026-01-27T16:38:08.168Z","repository":{"id":150571400,"uuid":"577846770","full_name":"ontodev/tree-sitter-sqlrest","owner":"ontodev","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-13T14:24:01.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-16T07:51:52.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ontodev.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}},"created_at":"2022-12-13T16:56:28.000Z","updated_at":"2023-01-04T16:38:08.000Z","dependencies_parsed_at":"2023-11-07T15:33:41.820Z","dependency_job_id":"203e208b-05fa-43f9-8db5-b8c7ab95d953","html_url":"https://github.com/ontodev/tree-sitter-sqlrest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ontodev/tree-sitter-sqlrest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Ftree-sitter-sqlrest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Ftree-sitter-sqlrest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Ftree-sitter-sqlrest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Ftree-sitter-sqlrest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ontodev","download_url":"https://codeload.github.com/ontodev/tree-sitter-sqlrest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ontodev%2Ftree-sitter-sqlrest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-27T16:38:08.106Z","updated_at":"2026-01-27T16:38:08.159Z","avatar_url":"https://github.com/ontodev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tree-sitter-sqlrest\n\n\u003c!-- Please do not edit README.md directly. To generate a new readme from the crate documentation\n     in the current file, install cargo-readme using `cargo install cargo-readme` and then run:\n     `cargo readme \u003e README.md`\n     after making the desired edits to the current file.\n--\u003e\n\nThis crate provides sqlrest language support for the [tree-sitter][] parsing library.\n\nTypically, you will use the [language][language func] function to add this language to a\ntree-sitter [Parser][], and then use the parser to parse some code:\n\n```rust\nlet code = \"\";\nlet mut parser = tree_sitter::Parser::new();\nparser.set_language(tree_sitter_sqlrest::language()).expect(\"Error loading sqlrest grammar\");\nlet tree = parser.parse(code, None).unwrap();\n```\n\nTo modify the grammar, edit grammar.js and then run: `tree-sitter generate`\n\n[Language]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Language.html\n[language func]: fn.language.html\n[Parser]: https://docs.rs/tree-sitter/*/tree_sitter/struct.Parser.html\n[tree-sitter]: https://tree-sitter.github.io/\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Ftree-sitter-sqlrest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fontodev%2Ftree-sitter-sqlrest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fontodev%2Ftree-sitter-sqlrest/lists"}