{"id":23564364,"url":"https://github.com/spartaksun/orientdb-query","last_synced_at":"2025-10-10T04:40:52.256Z","repository":{"id":36401919,"uuid":"40706842","full_name":"spartaksun/orientdb-query","owner":"spartaksun","description":"Wrapper to OrientDb query builder","archived":false,"fork":false,"pushed_at":"2015-08-18T09:08:15.000Z","size":176,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T16:35:18.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/spartaksun.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}},"created_at":"2015-08-14T09:24:46.000Z","updated_at":"2019-05-31T17:45:02.000Z","dependencies_parsed_at":"2022-09-07T05:00:50.732Z","dependency_job_id":null,"html_url":"https://github.com/spartaksun/orientdb-query","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spartaksun%2Forientdb-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spartaksun%2Forientdb-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spartaksun%2Forientdb-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spartaksun%2Forientdb-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spartaksun","download_url":"https://codeload.github.com/spartaksun/orientdb-query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254468539,"owners_count":22076318,"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-26T17:14:53.625Z","updated_at":"2025-10-10T04:40:52.177Z","avatar_url":"https://github.com/spartaksun.png","language":"PHP","readme":"## Current status of the query builder\n\nThe query-builder is finished, in the future we will consider the integration of OrientDB\nGraph Edition: http://code.google.com/p/orient/wiki/GraphEdTutorial.\n\nTo take advantage of the QB you only have to instantiate a Query object:\n\n```\nuse Doctrine\\OrientDB\\Query\\Query;\n\n$query = new Query();\n$query-\u003efrom(array('users'))-\u003ewhere('username = ?', \"admin\");\n\necho $query-\u003egetRaw();      // SELECT FROM users WHERE username = \"admin\"\n```\n\nThe Query object incapsulates lots of sub-commands, like SELECT, DROP, GRANT, INSERT\nand so on...\n\nYou can use also those commands:\n\n```\nuse Doctrine\\OrientDB\\Query\\Command\\Select;\n\n$select = new Select(array('users'));\necho $select-\u003egetRaw();     // SELECT FROM users\n```\n\nHowever, we strongly discourage this approach: commands will change, Query, thought as a facade, - hopefully - not.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartaksun%2Forientdb-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspartaksun%2Forientdb-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspartaksun%2Forientdb-query/lists"}