https://github.com/parzibyte/crud-sql-server-python
Conexión a SQL Server con Python usando PyODBC
https://github.com/parzibyte/crud-sql-server-python
crud crud-application database odbc pyodbc python sql-server
Last synced: 9 months ago
JSON representation
Conexión a SQL Server con Python usando PyODBC
- Host: GitHub
- URL: https://github.com/parzibyte/crud-sql-server-python
- Owner: parzibyte
- License: mit
- Created: 2019-06-14T18:14:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T23:37:30.000Z (over 6 years ago)
- Last Synced: 2025-03-26T07:21:21.193Z (9 months ago)
- Topics: crud, crud-application, database, odbc, pyodbc, python, sql-server
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conectar SQL Server con Python 3
Mira el tutorial en: https://parzibyte.me/blog/2019/06/14/conexion-sql-server-python-pyodbc-crud/
Haremos un CRUD para demostrar cómo se hacen las 4 operaciones básicas a una base de datos.
Para comenzar, recuerda:
- [Descargar e instalar Python y PIP](https://parzibyte.me/blog/2017/11/19/instalar-configurar-python-3-windows-10/)
- [Instalar SQL server](https://parzibyte.me/blog/2019/05/15/instalar-sql-server-2016-windows-10/)
- [Crear usuario](https://parzibyte.me/blog/2019/06/03/anadir-usuario-sql-server-nuevo-inicio-sesion/) (opcional) y asegurarse de que se puede iniciar sesión con el mismo
- [Descargar](https://docs.microsoft.com/en-us/sql/connect/odbc/windows/system-requirements-installation-and-driver-files?view=sql-server-2017#installing-microsoft-odbc-driver-for-sql-server) e instalar driver, recomiendo la última versión.
- Probar conexión a SQL Server desde [SSMS](https://parzibyte.me/blog/2019/05/15/instalacion-microsoft-sql-server-management-studio-windows-10/)
