(sessionId: string)
| 25 | } |
| 26 | |
| 27 | export function getDbPath(sessionId: string): string { |
| 28 | return path.join(getDbDir(), `${sessionId}.db`) |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Create a database with tables only (no indexes) for fast bulk import. |
no test coverage detected