How to bind python program with Database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to bind python program with Database

20th Dec 2019, 3:42 AM
B Muragesh
3 Answers
+ 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
20th Dec 2019, 3:56 AM
Ipang
0
SQLlite only
20th Dec 2019, 4:23 AM
B Muragesh
0
import sqlite3 res = sqlite3.connect("filename.db") ?
20th Dec 2019, 10:31 PM
grdr