How to connect a file with extention .sqlt to python? All sources say about files with .db extention.
For example in R language I'm able to connect this way: dbase <- dbConnect(RSQLite::SQLite(), "XYZ.sqlite")
just I need to make such connection in Python.
I'm a beginner, will be grateful for your support.