0
How to bind python program with Database
3 Antworten
+ 2
This question should've been tagged with 'Python database' rather than just plain meaningless 'as'
Please follow this guide to posting a question 👍
https://www.sololearn.com/Discuss/333866/?ref=app
0
SQLlite only
0
import sqlite3
res = sqlite3.connect("filename.db")
?