+ 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
1 Answer
+ 1
Look for SQLAlchemy for Python. It is very simple and work with different databases.