Sign in
android
/
toolchain
/
python
/
refs/heads/ndk-r14-release
/
.
/
Python-2.7.5
/
Doc
/
includes
/
sqlite3
/
connect_db_1.py
blob: 1b975232865aef25a0fbcd6c8700a633a24b484b [
file
] [
log
] [
blame
] [
edit
]
import
sqlite3
con
=
sqlite3
.
connect
(
"mydb"
)