I have created a database using sqlite3 library in python.
connection = sqlite3.connect("test.db")
It created a .db file in my