We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6646f commit 630c41aCopy full SHA for 630c41a
arango/database.py
@@ -1284,8 +1284,9 @@ def create_database(
1284
:type name: str
1285
:param users: List of users with access to the new database, where each
1286
user is a dictionary with fields "username", "password", "active"
1287
- and "extra" (see below for example). If not set, only the admin and
1288
- current user are granted access.
+ and "extra" (see below for example). If not set, the default user root
+ will be used to ensure that the new database will be accessible after
1289
+ it is created.
1290
:type users: [dict]
1291
:param replication_factor: Default replication factor for collections
1292
created in this database. Special values include "satellite" which
0 commit comments