9 lines
188 B
Python
9 lines
188 B
Python
db_main = {
|
|
'host' : 'localhost',
|
|
'user' : 'root',
|
|
'password' : 'anjaymaria',
|
|
'database' : 'inventory',
|
|
'port' : 3306,
|
|
'autocommit' : True,
|
|
}
|