This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
aa5ab829a6
Branches
Tags
master
Docker-official...
/
stackbrew
/
create_db.py
create_db.py
88 B
Lịch sử
Raw
1
2
3
4
5
6
import sys
import lib.db as db
data = db.DbManager(debug=True)
data.generate_tables()