{"id":26555084,"url":"https://github.com/vwh/sqlite-online","last_synced_at":"2025-04-10T04:57:26.840Z","repository":{"id":245843557,"uuid":"819016508","full_name":"vwh/sqlite-online","owner":"vwh","description":"Lightweight, secure, and WebAssembly-powered SQLite viewer and editor—works entirely in your browser","archived":false,"fork":false,"pushed_at":"2025-04-02T00:04:45.000Z","size":10494,"stargazers_count":74,"open_issues_count":6,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T03:09:15.697Z","etag":null,"topics":["browser-database","database-viewer","sql-viewer","sqlite","sqlite-android","sqlite-browser","sqlite-database","sqlite-editor","sqlite-editor-online","sqlite-viewer","sqlite-wasm","sqlite3"],"latest_commit_sha":null,"homepage":"https://sqlite3.online","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/vwh.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":"2024-06-23T14:38:12.000Z","updated_at":"2025-04-01T05:28:00.000Z","dependencies_parsed_at":"2024-08-26T23:31:01.665Z","dependency_job_id":"1f9bf1c6-6e24-4ae2-8f76-cbd11183962d","html_url":"https://github.com/vwh/sqlite-online","commit_stats":null,"previous_names":["vwh/sqlite-viewer","vwh/sqlite-online"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Fsqlite-online","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Fsqlite-online/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Fsqlite-online/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vwh%2Fsqlite-online/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vwh","download_url":"https://codeload.github.com/vwh/sqlite-online/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161264,"owners_count":21057554,"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":["browser-database","database-viewer","sql-viewer","sqlite","sqlite-android","sqlite-browser","sqlite-database","sqlite-editor","sqlite-editor-online","sqlite-viewer","sqlite-wasm","sqlite3"],"created_at":"2025-03-22T10:02:04.226Z","updated_at":"2025-04-10T04:57:26.831Z","avatar_url":"https://github.com/vwh.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://sqlite3.online/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/aef749bf-df08-4a84-8148-d34b796449d8\" alt=\"SQLite Online Logo\" width=\"128\"\u003e\n\u003c/a\u003e\n\n# SQLite Online\n\nA fast, secure, and client-side SQLite editor that runs entirely in your browser—no server required. Built with WebAssembly, sql.js, and ReactJS, brings the full power of SQLite database management right to your browser.\n\n[![License](https://img.shields.io/github/license/vwh/sqlite-online?label=License)](https://github.com/vwh/sqlite-online/blob/main/LICENSE)\n[![Format Check](https://github.com/vwh/sqlite-online/actions/workflows/format.yml/badge.svg)](https://github.com/vwh/sqlite-online/actions/workflows/format.yml)\n[![Lint](https://github.com/vwh/sqlite-online/actions/workflows/lint.yml/badge.svg)](https://github.com/vwh/sqlite-online/actions/workflows/lint.yml)\n\n\u003c/div\u003e\n\n## Overview\n\n- **Create database files**\n- **Define, modify, and delete tables and indexes**\n- **Browse, edit, add, and delete records**\n- **Sort and search through data effortlessly**\n\nSQLite Online provides a powerful yet accessible platform that requires zero installation. All processing is done within your client browser, ensuring your data remains private and secure.\n\n## Features\n\n- **Client Browser Processing:**  \n  • No installation required – work directly in your browser  \n  • All operations run on the client side – your data never leaves your device\n\n- **Lightning Fast:**  \n  • Powered by WebAssembly and enhanced with Web Workers for threading  \n  • Efficient handling of large databases and heavy operations\n\n- **Offline \u0026 PWA Support:**  \n  • Fully functional without an internet connection  \n  • Install as a desktop app on your mobile or desktop device\n\n- **Comprehensive Database Management:**  \n  • Create, compact, and manage database files  \n  • Define, modify, and delete tables, indexes, and records  \n  • Sort and search records with ease  \n  • Import and export data (CSV, SQL dumps)  \n  • Full SQL query support with command logging\n\n## Keyboard Shortcuts (Hotkeys)\n\nStreamline your workflow with these built-in hotkeys:\n\n| Shortcut              | Action                  |\n| --------------------- | ----------------------- |\n| **Ctrl + s**          | Download the database   |\n| **Ctrl + ArrowRight** | Go to the next page     |\n| **Ctrl + ArrowUp**    | Jump to the first page  |\n| **Ctrl + ArrowDown**  | Jump to the last page   |\n| **Ctrl + ArrowLeft**  | Go to the previous page |\n| **Ctrl + `**          | Close the edit panel    |\n| **Ctrl + i**          | Trigger insert panel    |\n| **Ctrl + I**          | Submit an insert edit   |\n| **Ctrl + u**          | Submit an update edit   |\n| **Ctrl + d**          | Submit a delete edit    |\n| **Ctrl + q**          | Execute the SQL query   |\n\n## License\n\nSQLite Online is released under the [MIT License](https://github.com/vwh/sqlite-online/blob/main/LICENSE).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwh%2Fsqlite-online","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvwh%2Fsqlite-online","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvwh%2Fsqlite-online/lists"}