index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
python
/
Doc
/
lib
/
sqlite3
/
connect_db_1.py
blob: 1b975232865aef25a0fbcd6c8700a633a24b484b (
plain
)
1
2
3
import
sqlite3
con
=
sqlite3
.
connect
(
"mydb"
)