{"id":20303183,"url":"https://github.com/bredalis/sqlalchemy","last_synced_at":"2026-05-09T02:36:06.527Z","repository":{"id":255345571,"uuid":"849173323","full_name":"Bredalis/SQLAlchemy","owner":"Bredalis","description":"This is a Python framework for working with ORM in Flask 🐍","archived":false,"fork":false,"pushed_at":"2024-10-28T13:05:57.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T10:40:48.677Z","etag":null,"topics":["backend","flask","librery","orm","python","sqlalchemy","web"],"latest_commit_sha":null,"homepage":"","language":"Python","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-08-29T05:34:27.000Z","updated_at":"2024-10-28T13:06:00.000Z","dependencies_parsed_at":"2024-08-29T12:30:40.788Z","dependency_job_id":"b89832a8-0fec-4d4e-851d-f9f0f00ea4a4","html_url":"https://github.com/Bredalis/SQLAlchemy","commit_stats":null,"previous_names":["bredalis/sqlalchemy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/SQLAlchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLAlchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLAlchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLAlchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLAlchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/SQLAlchemy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FSQLAlchemy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32805074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["backend","flask","librery","orm","python","sqlalchemy","web"],"created_at":"2024-11-14T16:36:14.702Z","updated_at":"2026-05-09T02:36:06.508Z","avatar_url":"https://github.com/Bredalis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003eFlask SQLAlchemy 🗄️\u003c/b\u003e\u003c/h1\u003e\n\u003ca href=\"https://www.python.org\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3776AB\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/Flask-SQLAlchemy/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Flask_SQLAlchemy-BA4A00\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://sqlitebrowser.org/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/BD Browser-E5E7E9\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/2875/2875041.png\" width=\"150\" height=\"150\"\u003e\n\n\u003cp\u003e\n  🗃️ Flask-SQLAlchemy es una extensión para Flask que simplifica la integración de SQLAlchemy, un ORM (Object-Relational Mapping) que facilita la gestión de bases de datos en Python.\n\u003c/p\u003e\n\n## Índice de Contenidos 🧾\n\n- Descripción 📝\n- Instalación 🛠️\n- Uso 📘\n- Licencia 📜\n\n## Descripción 📝\n\nFlask-SQLAlchemy combina la simplicidad de Flask con el poder de SQLAlchemy, permitiendo que los desarrolladores manejen bases de datos de manera eficiente y con menos código repetitivo. SQLAlchemy proporciona una capa de abstracción sobre las bases de datos relacionales, lo que facilita las operaciones CRUD (Crear, Leer, Actualizar, Eliminar) sin necesidad de escribir consultas SQL complejas.\n\n## Instalación 🖥️\n\n1. Clona el repositorio:\n\n    ```\n    git clone https://github.com/Bredalis/SQLAlchemy.git\n    ```\n\n2. Instala las dependencias:\n\n    ```\n    pip install flask flask_sqlalchemy\n    ```\n\n## Uso ⚙️\n\nPara utilizar SQLAlchemy en tu proyecto, sigue estos pasos:\n\n1. 📦 Haber clonado el repositorio (La forma de hacerlo se explica más arriba, antes de esta parte).\n\n2. 📝 Abre tu editor de código preferido.\n\n3. 🌐 Configura la base de datos en tu archivo Flask y define tus modelos para interactuar con la base de datos.\n\n4. 🚀 Ejecuta tu aplicación Flask y observa cómo Flask-SQLAlchemy maneja la interacción con la base de datos.\n\n5. 📁 Si quieres ver algunos comandos adiccionales, mira este archivo:\n   ```\n    https://github.com/Bredalis/Commands/blob/master/SQLAlchemy.txt\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fsqlalchemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fsqlalchemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fsqlalchemy/lists"}