feat: Semaine 8
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import sqlite3
|
||||
|
||||
def get_database_connection():
|
||||
connection = sqlite3.connect('livrexpress.db')
|
||||
connection.row_factory = sqlite3.Row
|
||||
return connection
|
||||
Reference in New Issue
Block a user