database.update()
Updates a database’s metadata and settings.
Examples
Database.byName("childDB")!.update({typechecked: false})
{
name: "childDB",
coll: Database,
ts: Time("2099-06-24T21:58:19.346Z"),
priority: 10,
global_id: "ysjpykbahyyr1",
typechecked: false
}
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!