Docs
API
Docs
API
Typescript
blinkdb
clear()
count()
createDB()
createTable()
first()
insert()
insertMany()
isValidEntity()
key()
many()
one()
remove()
removeMany()
removeWhere()
update()
updateMany()
updateWhere()
upsert()
upsertMany()
use()
uuid()
watch()
isValidEntity()
Typescript
blinkdb
clear()
count()
createDB()
createTable()
first()
insert()
insertMany()
key()
many()
one()
remove()
removeMany()
removeWhere()
update()
updateMany()
updateWhere()
upsert()
upsertMany()
use()
uuid()
watch()
isValidEntity()
clear()
Deletes all entities in a given table.
await
clear
(
userTable
);
Parameter
Description
table
The table created by
createTable()
.
Docs
API
blinkDB © 2023