Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyplex/tinybase
/ json.test.ts
File
json.test.ts
test/unit/persisters/database/json.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'fake-indexeddb/auto'
;
2
import
type
{Store} from
'tinybase'
;
3
import
{createStore} from
'tinybase'
;
4
import
type
{Persister} from
'tinybase/persisters'
;
Callers
nothing calls this directly
Calls
15
getDatabaseFunctions
Function · 0.90
createStore
Function · 0.90
pause
Function · 0.90
getDatabase
Function · 0.85
setDatabase
Function · 0.85
destroy
Method · 0.65
save
Method · 0.65
setTables
Method · 0.65
setValues
Method · 0.65
load
Method · 0.65
getContent
Method · 0.65
setValue
Method · 0.65
Tested by
no test coverage detected