수정
```js
db.get("topic")
.find({ id: 2 })
.assign({
title: "MySQL & MariaDB",
description:
"MySQL is an open-source relational database management system. MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system.",
})
.write();
```