{"id":20303219,"url":"https://github.com/bredalis/sqlitejs","last_synced_at":"2025-07-18T14:32:17.256Z","repository":{"id":241396157,"uuid":"805794860","full_name":"Bredalis/SQLiteJS","owner":"Bredalis","description":"💻 SQLite for JavaScript 💻","archived":false,"fork":false,"pushed_at":"2024-10-14T23:04:12.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T06:44:59.277Z","etag":null,"topics":["backend","bbdd","database-framework","framework","js","nodejs","relational-databases","sql","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bredalis.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-05-25T13:31:22.000Z","updated_at":"2024-10-14T23:04:15.000Z","dependencies_parsed_at":"2024-11-14T16:37:49.543Z","dependency_job_id":"ef6587bc-2b71-4753-be44-11b9fa0fc169","html_url":"https://github.com/Bredalis/SQLiteJS","commit_stats":null,"previous_names":["bredalis/sqlitejs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/SQLiteJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLiteJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLiteJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLiteJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLiteJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/SQLiteJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLiteJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263781162,"owners_count":23510416,"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":["backend","bbdd","database-framework","framework","js","nodejs","relational-databases","sql","sqlite"],"created_at":"2024-11-14T16:36:24.806Z","updated_at":"2025-07-05T18:05:36.647Z","avatar_url":"https://github.com/Bredalis.png","language":"JavaScript","readme":"\u003ch1\u003e\u003cb\u003e🛢️ SQLite for JS 🛢️\u003c/b\u003e\u003c/h1\u003e\n\u003ca href=\"https://lenguajejs.com/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/JavaScript-F7DC6F\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://nodejs.org/en/download/prebuilt-installer/current\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-2ECC71\"\u003e  \n\u003c/a\u003e\n\u003ca href=\"https://www.sqlitetutorial.net/sqlite-nodejs/\" target=\"_blank\"\u003e \n  \u003cimg src=\"https://img.shields.io/badge/SQLite-3498DB\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/ff/59/22/ff59222f8b49a24c5e08c492af7dde79.jpg\"\u003e\n\n\u003cp\u003e\n  SQLite 🛢️ es un sistema de gestión de bases de datos relacional que se implementa como una \n  biblioteca ligera en C. A diferencia de los sistemas de gestión de bases de datos tradicionales \n  que funcionan como procesos separados y requieren un servidor cliente, SQLite se integra directamente \n  en la aplicación que lo utiliza. Es ampliamente utilizado debido a su portabilidad, simplicidad y su \n  capacidad para gestionar bases de datos pequeñas a medianas de manera eficiente.\n\u003c/p\u003e\n\n## Índice de Contenidos 🧾\n\n- Descripción 📝\n- Instalación 🛠️\n- Uso 📘\n- Licencia📜\n\n## Instalación 🖥️\n\n1. Clona el repositorio:\n\n    ```\n    git clone https://github.com/Bredalis/SQLiteJS.git\n    ```\n\n2. Instalar Node.js - Guía de instalación:\n   ```\n   https://kinsta.com/es/blog/como-instalar-node-js/#cmo-instalar-nodejs-en-windows \n   ```\n\n3. Para saber cómo trabajar con SQLite, ver documentación:\n   ```\n   https://www.sqlitetutorial.net/sqlite-max/\n   ```\n    \n## Uso ⚙️\n\nPara ejecutar los archivos solo debes seguir estos pasos:\n\n1. 📦 Haber clonado el repositorio (La forma de hacerlo se explica más arriba, antes de esta parte).\n\n2. 📟 Abrir tu cmd en Windows.\n\n3.  📁 Ubicarte en la carpeta SQLiteJS y poner node nombre-del-programa.js.\n\n\u003cbr\u003e\n\n## Licencia 📜\n\nEste proyecto está licenciado bajo la Licencia 📜 \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003eGPLv3 (GNU General Public License V3.0)\u003c/a\u003e.\n\n\u003cbr\u003e\n\n## \u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026u=cd081f79392220d8cd2a22f2a8d5d3b18814350a\u0026v=4\" width=\"50\" height=\"50\"\u003e \u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hola,+soy;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 Soy una programadora con 3 años en este sector, me encanta crear y aprender constantemente. ¡Amo lo que hago! #nlp #ia 😊\n\n## Mira mi perfil de GitHub:\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=101010)](https://github.com/bredalis)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fsqlitejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fsqlitejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fsqlitejs/lists"}