AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

MongoDB\Database 클래스

MongoDB\Database

데이터베이스 명령 실행 및 컬렉션 관리와 같은 데이터베이스의 일반적인 작업에 대한 메서드를 제공합니다.

You can construct a database directly using the extension's MongoDB\Driver\Manager class or select a database from the library's MongoDB\Client class. A database may also be cloned from an existing MongoDB\Database object by using the withOptions() method.

MongoDB\Database supports the readConcern, readPreference, typeMap, and writeConcern options. If you omit an option, the database inherits the value from the Manager constructor argument or the Client object used to select the database.

Operations within the MongoDB\Database class inherit the Database's options.

이 페이지 평가하기

이 페이지의 내용