https://github.com/jseg380/python-sqlite3
https://github.com/jseg380/python-sqlite3
python python3 sqlite sqlite3-python
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jseg380/python-sqlite3
- Owner: jseg380
- License: gpl-3.0
- Created: 2023-11-11T20:15:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T19:44:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T15:42:22.271Z (11 months ago)
- Topics: python, python3, sqlite, sqlite3-python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SGBDR con Python
En este sencillo programa se hace uso de la API de Python para poder interactuar con bases de datos de SQlite3. La finalidad de dicho programa era aprender a conectar bases de datos en una aplicación.