MCPcopy Create free account
hub / github.com/tinyplex/tinybase / powersync.test.ts

File powersync.test.ts

test/unit/persisters/powersync.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {PowerSyncDatabase, Schema, Table, column} from '@powersync/node';
2import {rm} from 'node:fs/promises';
3import {createStore} from 'tinybase';
4import * as PowerSync from 'tinybase/persisters/persister-powersync';

Callers

nothing calls this directly

Calls 11

createStoreFunction · 0.90
createPowerSyncFunction · 0.85
completeNextBatchFunction · 0.85
summarizeBatchFunction · 0.85
getPowerSyncForPersisterFunction · 0.85
closeMethod · 0.80
setTablesMethod · 0.65
saveMethod · 0.65
setCellMethod · 0.65
destroyMethod · 0.65
testFunction · 0.50

Tested by

no test coverage detected