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 ...