```jdbc:sqlite:products.db?mode=memory&cache=s...
# exposed
m
Copy code
jdbc:sqlite:products.db?mode=memory&cache=shared
Is this the correct connection string for in memory database?