You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The database is located at `${dataDir}/db.sqlite`.
6
6
7
7
### Tables
8
8
9
-
There is a single built-in table called `users`. There's also a method [`db.saveUser`](core-reference.md/#saveuseruserobject---promise) that connectors modules should use to save users to the database.
9
+
There is a single built-in table called `users`. There's also a method [`db.saveUser`](core-reference.md/#saveuseruserobject---promise) that connectors' modules should use to save users to the database.
10
10
11
11
The convention is to prepend the name of your module to your tables, for example `analytics-interactions`, `messenger-config`.
0 commit comments