This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Apq
/
Docker-official-images
miroir de
https://github.com/docker-library/official-images.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
aa5ab829a6
Branches
Tags
master
Docker-official...
/
stackbrew
/
create_db.py
create_db.py
88 B
Historique
Raw
1
2
3
4
5
6
import sys
import lib.db as db
data = db.DbManager(debug=True)
data.generate_tables()