Sqlite Modüle in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Sqlite Modüle in Python

I want to match the value I get from the user in python to the database using the sqlite3 module. I want to print the value on the screen that corresponds to the value that the user searched in the database. How can i do it. Thank you

15th Aug 2017, 2:03 PM
Hasan Can
Hasan Can - avatar
1 Answer
+ 1
Look for SQLAlchemy for Python. It is very simple and work with different databases.
16th Sep 2017, 12:23 PM
Sergej Schelle
Sergej Schelle - avatar