A SQLite connection string is used to connect to a SQLite database. It is a string of parameters that define the connection parameters to the database.
expo-sqlite seems to use a connection pooling system of some kind by default, wherein if two attempts are made to open the same database, only one connection is made and is shared between both ...