Skip to content

Commit af8fa8a

Browse files
committed
embuti o video
1 parent b7b08ac commit af8fa8a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

content/gerenciando-banco-dados-sqlite3-python-parte2.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ Esta é a continuação do artigo `Gerenciando banco de dados SQLite3 com Python
1414

1515
PS: *Considere a sintaxe para Python 3*. Mas o programa roda em python2 também.
1616

17-
Tem video no YouTube.
17+
**Tem video no YouTube.**
1818

1919
.. image:: images/regisdasilva/youtube_logo.png
2020
:alt: youtube_logo.png
2121
:target: https://www.youtube.com/watch?v=Qe3N7jiGZAc&list=PLsGCdfxkV9upVUtH0zsJ2f4WhQvJrZsVb
2222

23+
.. youtube:: Qe3N7jiGZAc
24+
2325
Vou repetir a tabela ``clientes`` apenas por comodidade:
2426

2527
+-----------+-----------------+-----------+
@@ -1080,8 +1082,8 @@ Agora, no mesmo arquivo `manager_db.py <https://github.com/rg3915/python-sqlite/
10801082

10811083
Veja na figura a seguir como as tabelas se relacionam.
10821084

1083-
.. image:: images/regisdasilva/tabelas.jpg
1084-
:alt: tabelas.jpg
1085+
.. image:: images/regisdasilva/tabelas.png
1086+
:alt: tabelas.png
10851087

10861088
Agora os códigos:
10871089

-10.7 KB
Loading

0 commit comments

Comments
 (0)