{"id":19535584,"url":"https://github.com/miyako/4d-plugin-simple-sqlite-client","last_synced_at":"2025-09-13T22:03:49.954Z","repository":{"id":147172471,"uuid":"244557490","full_name":"miyako/4d-plugin-simple-sqlite-client","owner":"miyako","description":"Simple SQLite client using libsqlite3 ","archived":false,"fork":false,"pushed_at":"2024-08-23T03:38:17.000Z","size":15094,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T17:55:18.113Z","etag":null,"topics":["4d-plugin","sql"],"latest_commit_sha":null,"homepage":"","language":"C","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/miyako.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,"publiccode":null,"codemeta":null}},"created_at":"2020-03-03T06:18:29.000Z","updated_at":"2024-08-23T03:38:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0ea26d1-6fff-4b2a-80d9-e6e80e1b73b1","html_url":"https://github.com/miyako/4d-plugin-simple-sqlite-client","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-simple-sqlite-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-simple-sqlite-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-simple-sqlite-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-simple-sqlite-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-simple-sqlite-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240788773,"owners_count":19857699,"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":["4d-plugin","sql"],"created_at":"2024-11-11T02:19:12.863Z","updated_at":"2025-09-13T22:03:49.940Z","avatar_url":"https://github.com/miyako.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![deprecated](https://img.shields.io/badge/-deprecated-inactive)\n\nuse [miyako/4d-plugin-soci](https://github.com/miyako/4d-plugin-soci)\n\n![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-simple-sqlite-client)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-simple-sqlite-client/total)\n\n# simple-sqlite-client\nSimple SQLite client using libsqlite3\n\n* macOS library version:\n  * `libsqite3-tbd` (system library)\n\n* Windows library version:\n  * `sqlite-amalgamation-329000` (vcpkg)\n\n### Syntax\n\n[miyako.github.io](https://miyako.github.io/2024/08/23/4d-plugin-simple-sqlite-client.html)\n\n### Example\n\n```4d\n$path:=Get 4D folder(Current resources folder)+\"chinook.db\"\n$SQL:=\"SELECT trackid, name, composer, unitprice FROM tracks;\"\n$params:=New collection()\n$status:=SQLite EXECUTE ($path;$SQL;$params)\n```\n\n```json\n{\n\t\"values\": [\n\t\t{\n\t\t\t\"TrackId\": 1,\n\t\t\t\"Name\": \"For Those About To Rock (We Salute You)\",\n\t\t\t\"Composer\": \"Angus Young, Malcolm Young, Brian Johnson\",\n\t\t\t\"UnitPrice\": 0.99\n\t\t},\n\t\t{\n\t\t\t\"TrackId\": 2,\n\t\t\t\"Name\": \"Balls to the Wall\",\n\t\t\t\"Composer\": null,\n\t\t\t\"UnitPrice\": 0.99\n\t\t},\n\t\t{\n\t\t\t\"TrackId\": 3503,\n\t\t\t\"Name\": \"Koyaanisqatsi\",\n\t\t\t\"Composer\": \"Philip Glass\",\n\t\t\t\"UnitPrice\": 0.99\n\t\t}\n\t]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-simple-sqlite-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-simple-sqlite-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-simple-sqlite-client/lists"}