{"id":22770218,"url":"https://github.com/ujjwalguptaofficial/sqlweb","last_synced_at":"2025-07-06T15:33:14.187Z","repository":{"id":44763808,"uuid":"113666136","full_name":"ujjwalguptaofficial/sqlweb","owner":"ujjwalguptaofficial","description":"SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.","archived":false,"fork":false,"pushed_at":"2023-01-30T01:52:31.000Z","size":4624,"stargazers_count":53,"open_issues_count":3,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T03:03:02.740Z","etag":null,"topics":["alternative-websql","indexeddb","javascript","javascript-library","jsstore","sql","storage","syntax","typescript-library","websql"],"latest_commit_sha":null,"homepage":"https://github.com/ujjwalguptaofficial/sqlweb/wiki","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/ujjwalguptaofficial.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":"2017-12-09T12:02:56.000Z","updated_at":"2024-11-26T18:44:33.000Z","dependencies_parsed_at":"2023-02-16T02:46:15.793Z","dependency_job_id":null,"html_url":"https://github.com/ujjwalguptaofficial/sqlweb","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujjwalguptaofficial%2Fsqlweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujjwalguptaofficial%2Fsqlweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujjwalguptaofficial%2Fsqlweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujjwalguptaofficial%2Fsqlweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujjwalguptaofficial","download_url":"https://codeload.github.com/ujjwalguptaofficial/sqlweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650785,"owners_count":21139687,"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":["alternative-websql","indexeddb","javascript","javascript-library","jsstore","sql","storage","syntax","typescript-library","websql"],"created_at":"2024-12-11T15:29:23.333Z","updated_at":"2025-04-15T03:40:12.534Z","avatar_url":"https://github.com/ujjwalguptaofficial.png","language":"JavaScript","readme":"[![Build Status](https://travis-ci.org/ujjwalguptaofficial/sqlweb.svg?branch=master)](https://travis-ci.org/ujjwalguptaofficial/sqlweb)\n[![npm version](https://badge.fury.io/js/sqlweb.svg)](https://badge.fury.io/js/sqlweb)\n[![](https://data.jsdelivr.com/v1/package/npm/sqlweb/badge)](https://www.jsdelivr.com/package/npm/sqlweb)\n\n# SqlWeb\n\nSqlWeb is an extension of [JsStore](http://jsstore.net/) which allows to use sql query for performing database operation in IndexedDB.\n\n### Website\n\n[https://github.com/ujjwalguptaofficial/sqlweb/wiki](https://github.com/ujjwalguptaofficial/sqlweb/wiki)\n\n### Examples\n\n```\nimport * as JsStore from 'jsstore';\nimport SqlWeb from \"sqlweb\";\n\n// create jsstore connection\nvar connection = new JsStore.Instance('jsstore worker path');\n\n// add SqlWeb \nconnection.addPlugin(SqlWeb);\n\n// run select query\nconnection.$sql.run(\"select * from Customers\").then(function(result) {\n    console.log(result);\n});\n```\nFor a complete example - check out below link.\n\n* [Using it in react](https://github.com/ujjwalguptaofficial/sqlweb/tree/master/examples/react)\n* [Using it with typescript](https://github.com/ujjwalguptaofficial/sqlweb/tree/master/examples/typescript)\n* [Using it with webpack](https://github.com/ujjwalguptaofficial/sqlweb/tree/master/examples/webpack)\n* [Simple example without any framework](https://github.com/ujjwalguptaofficial/sqlweb/tree/master/examples/simple%20example)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujjwalguptaofficial%2Fsqlweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujjwalguptaofficial%2Fsqlweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujjwalguptaofficial%2Fsqlweb/lists"}