https://github.com/toeverything/ydoc-whiteboard-elements-debug
A debug tool for counting whiteboard elements in old-versioned YDoc
https://github.com/toeverything/ydoc-whiteboard-elements-debug
Last synced: 13 days ago
JSON representation
A debug tool for counting whiteboard elements in old-versioned YDoc
- Host: GitHub
- URL: https://github.com/toeverything/ydoc-whiteboard-elements-debug
- Owner: toeverything
- Created: 2023-08-18T02:58:57.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T03:28:32.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T17:26:22.137Z (about 2 years ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a debug tool for counting whiteboard elements in old-versioned YDoc
## Debug with YDoc binary file
```shell
pnpm run file-source
```
## With custom database
modify database connection and table info at `src/db-source.ts`, then run
```
pnpm run db-source
```