Skip to content

Commit

Permalink
Agrego imagen de relación entre tablas.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestmc committed Nov 15, 2015
1 parent 243ca52 commit 28e2063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,14 @@ mysql> describe projects;
+-------------+--------------+------+-----+---------+----------------+
12 rows in set (0.00 sec)
```
![DB relacional](images/db1.png)

## Paquetes para conectarse a la base de datos usando Python

Usamos [SQL Alchemy](http://www.sqlalchemy.org/)

`$ sudo apt-get install python-sqlalchemy`

`$ sudo apt-get install python-mysqldb`


Expand Down
Binary file added images/db1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28e2063

Please sign in to comment.