{"id":21088805,"url":"https://github.com/iolanguage/sqlite3","last_synced_at":"2025-10-07T00:09:08.888Z","repository":{"id":66367881,"uuid":"124752010","full_name":"IoLanguage/SQLite3","owner":"IoLanguage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-16T18:50:37.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T05:44:34.813Z","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/IoLanguage.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":"2018-03-11T12:00:30.000Z","updated_at":"2018-06-16T18:50:38.000Z","dependencies_parsed_at":"2023-02-22T23:01:13.516Z","dependency_job_id":null,"html_url":"https://github.com/IoLanguage/SQLite3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IoLanguage/SQLite3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FSQLite3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FSQLite3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FSQLite3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FSQLite3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IoLanguage","download_url":"https://codeload.github.com/IoLanguage/SQLite3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FSQLite3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278699054,"owners_count":26030444,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-19T21:20:48.233Z","updated_at":"2025-10-07T00:09:08.872Z","avatar_url":"https://github.com/IoLanguage.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite3 \nSQLite provides a embedded simple and fast \n(2x faster than PostgreSQL or MySQL) SQL database. \nSee http://www.hwaci.com/sw/sqlite/ for details. \nIt's SQL command set is described \nat http://www.hwaci.com/sw/sqlite/lang.html. \nSQLite was written by Dr. Richard Hipp who offers consulting \nservices for custom modifications and support of SQLite. \n\nExample:\n\n```Io\ndb := SQLite clone\ndb setPath(\"myDatabase.sqlite\")\ndb open\ndb exec(\"CREATE TABLE Dbm (key, value)\")\ndb exec(\"CREATE INDEX DbmIndex ON Dbm (key)\")\ndb exec(\"INSERT INTO Dbm ('key', 'value') VALUES ('a', '123')\")\ndb exec(\"INSERT INTO Dbm ('key', 'value') VALUES ('a', 'efg')\")\nrows := db exec(\"SELECT key, value FROM Dbm WHERE key='a'\")\ndb exec(\"DELETE FROM Dbm WHERE key='a'\")\nrows := db exec(\"SELECT key, value FROM Dbm WHERE key='a'\")\ndb close\n```\n\n# Installation\nSQLite should be installed and foundable in your system. Then:\n```\neerie install https://github.com/IoLanguage/SQLite3.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fsqlite3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiolanguage%2Fsqlite3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Fsqlite3/lists"}