{"id":18575642,"url":"https://github.com/qwiery/qwiery-sql","last_synced_at":"2025-10-28T17:33:03.938Z","repository":{"id":213800820,"uuid":"734956859","full_name":"Qwiery/qwiery-sql","owner":"Qwiery","description":"SQL adapter for Qwiery. It allows you to use a SQL database as a graph database.","archived":false,"fork":false,"pushed_at":"2023-12-23T07:11:09.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T04:17:00.980Z","etag":null,"topics":["graphdatabase","sql"],"latest_commit_sha":null,"homepage":"https://qwiery.com","language":"TypeScript","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/Qwiery.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}},"created_at":"2023-12-23T06:33:23.000Z","updated_at":"2024-01-10T15:33:27.000Z","dependencies_parsed_at":"2023-12-23T07:45:18.432Z","dependency_job_id":"c9b1c3f0-362c-4f1f-b830-c3d86927fb0e","html_url":"https://github.com/Qwiery/qwiery-sql","commit_stats":null,"previous_names":["qwiery/qwiery-sql"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qwiery","download_url":"https://codeload.github.com/Qwiery/qwiery-sql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254447270,"owners_count":22072753,"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":["graphdatabase","sql"],"created_at":"2024-11-06T23:20:52.023Z","updated_at":"2025-10-28T17:33:03.877Z","avatar_url":"https://github.com/Qwiery.png","language":"TypeScript","readme":"# Qwiery SQL Adapter\n\nThis Qwiery adapter allows to use a Sql backend. It replaces the default JSON adapter and transparently uses the same Qwiery API.\n\n\n\n```bash\n npm install @orbifold/sql\n```\n\n```js\nimport {Qwiery} from \"@orbifold/dal\";\nimport {Sql} from \"@orbifold/sql\";\n// add the plugin to Qwiery\nQwiery.plugin(Sql);\nconst q = new Qwiery({\n    // define which adapter to use (this replaces the default JSON adapter)\n    adapters: [\"sql\"],\n    // optional: replace the defaults (sqlite) to connect\n    sql: {\n        // the Sequelize options will be passed unchanged\n        // https://sequelize.org/api/v7/interfaces/_sequelize_core.index.options\n    }\n});\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwiery%2Fqwiery-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwiery%2Fqwiery-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwiery%2Fqwiery-sql/lists"}