We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1559452 commit c413054Copy full SHA for c413054
website/docs/usage/index.mdx
@@ -28,9 +28,8 @@ connection.close()
28
29
:::info Why do in-memory databases need names?
30
31
-Sqlite lets you create an in memory db with multiple connections using a shared memory cache with the supplied
32
-name, that needs to be managed and deleted like any other database. If you pass a value of `null` then a name of
33
-`:memory:` is auto assigned by SQLiter.
+If you pass in a name you need to manage the connections, just like any other database, but if you pass a value of `null`
+then SQLiter will auto-assign the name `:memory:` and the connection should auto-close when you disconnect.
34
35
:::
36
0 commit comments