Python Basics Tutorial Sqlite Cursor Select Fetchall Method

preview_player
Показать описание
Learn how to use cursor object fetchall method from sqlite for python programming

twitter: @python_basics

#pythonprogramming #pythonbasics #pythonforever
Рекомендации по теме
Комментарии
Автор

what should be the recommended approach if we are using python for a CRUD operation? I meant to ask how to deal with the cursor object efficiently, so that we donot have the connection to the database open when not requited.

adityamathur