Skip to main content

Synchronization

await gitDDB.sync({
live: true,
remote_url: 'https://github.com/enter_your_accunt_name/git-documentdb-example.git',
connection: { type: 'github', personal_access_token: 'Enter your personal access token with checked [repo]' },
});
note

You can find more examples in examples/src/sync.ts