| 1 | import {PowerSyncDatabase, Schema, Table, column} from '@powersync/node'; |
| 2 | import {rm} from 'node:fs/promises'; |
| 3 | import {createStore} from 'tinybase'; |
| 4 | import * as PowerSync from 'tinybase/persisters/persister-powersync'; |
nothing calls this directly
no test coverage detected