Databases
Databases are defined as documents of type database. Databases exist within the system-global root database context.
Aside from keys, all other documents exist within the context of a specific database. All queries are limited to a single database as well, and cannot span across databases.
It is possible to rename a database by updating its name
field.
Renaming a database changes its ref, but preserves inbound references to
the database. The data within a database remains accessible via existing
keys.
When a database is deleted, its associated data becomes inaccessible and is deleted asynchronously.
Field | Type | Definition and Requirements | ||
---|---|---|---|---|
|
Cannot be |
|||
|
A read-only string that provides a globally-unique identifier for this database. |
|||
|
Optional - A JSON object to contain any additional metadata about this database. |
|||
|
A priority between 1 and 500, inclusive. Defaults to 1.
|
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!