| 1 | import {Database} from 'bun:sqlite'; |
| 2 | import type {MergeableStore} from '../../@types/mergeable-store/index.d.ts'; |
| 3 | import type {DatabasePersisterConfig} from '../../@types/persisters/index.d.ts'; |
| 4 | import type { |
nothing calls this directly
no test coverage detected