{"id":17057254,"url":"https://github.com/abdurrahmanekr/websql-sqlite-service","last_synced_at":"2025-07-03T15:33:53.643Z","repository":{"id":72034028,"uuid":"65536404","full_name":"abdurrahmanekr/Websql-Sqlite-Service","owner":"abdurrahmanekr","description":"websql sqlite library, websqlite","archived":false,"fork":false,"pushed_at":"2021-07-28T08:45:47.000Z","size":35,"stargazers_count":25,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-20T01:18:31.136Z","etag":null,"topics":["avarekodcu","sqlite","websql","websqlite"],"latest_commit_sha":null,"homepage":"http://www.avarekodcu.com/konu/26/websql-ve-sqlitei-verimli-kullanma-kullanimi","language":"JavaScript","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/abdurrahmanekr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2016-08-12T08:20:17.000Z","updated_at":"2024-04-25T01:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1ae675c-dc84-4632-84bd-65c5c5511e68","html_url":"https://github.com/abdurrahmanekr/Websql-Sqlite-Service","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/abdurrahmanekr/Websql-Sqlite-Service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdurrahmanekr%2FWebsql-Sqlite-Service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdurrahmanekr%2FWebsql-Sqlite-Service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdurrahmanekr%2FWebsql-Sqlite-Service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdurrahmanekr%2FWebsql-Sqlite-Service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdurrahmanekr","download_url":"https://codeload.github.com/abdurrahmanekr/Websql-Sqlite-Service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdurrahmanekr%2FWebsql-Sqlite-Service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260897910,"owners_count":23079226,"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":["avarekodcu","sqlite","websql","websqlite"],"created_at":"2024-10-14T10:26:43.977Z","updated_at":"2025-07-03T15:33:53.634Z","avatar_url":"https://github.com/abdurrahmanekr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![WebSqLite](https://user-images.githubusercontent.com/15075759/39400628-ac2aeb12-4b3c-11e8-8b1a-b2f2b57f531d.png)\n\nWebSql and Sqlite Compatible SqlService Library\n\n### Install\n\ninstall command:\n```\nnpm install websqlite --save\n```\n\n### Initialize\n```javascript\nconst websqlite = require('websqlite');\nvar SqlService = new websqlite();\n\nSqlService.init({\n\tid: 'user', // db name\n\tdbObject: window, // database object eg: window.openDatabase\n\ttimeout: 5000 // process waiting time\n})\n```\n\n| name | description |\n| --- | --- |\n| id | database name |\n| dbObject | database object |\n| timeout | sql process timeout |\n| version | database version (default: 1.0)|\n| description | database description (default: Database)|\n\n\n### API documentation\n[API link](https://github.com/abdurrahmanekr/Websql-Sqlite-Service/tree/master/docs/API.md)\n\n\n### License\nThis library MIT license. Copyright Avare Kodcu.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdurrahmanekr%2Fwebsql-sqlite-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdurrahmanekr%2Fwebsql-sqlite-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdurrahmanekr%2Fwebsql-sqlite-service/lists"}