The manage database is a Doltgres instance (PostgreSQL with Git-like versioning). Every read or write must happen on the correct branch. Failing to scope connections to a branch will read/write the wrong data.
Connections default to the main branch (which is empty/root), so you must always check out the correct project branch before any operation.
| Where is your code? | What to use |
지점 범위 연결을 사용하여 Doltgres 관리 데이터베이스에 올바르게 액세스하는 방법. 관리 데이터(에이전트, 도구, 프로젝트, 자격 증명, 트리거, 평가자 등)를 읽거나 쓸 때 사용합니다. 트리거 대상: 데이터베이스 관리, withRef, c.get('db'), prepareDbPool, 분기 체크아웃, doltgres, ref-scope, BranchScopedDb, AgentsManageDatabaseClient. 출처: inkeep/agents.