UNPKG
wio.db
Version:
beta (4.0.17-beta.2)
latest (4.0.22)
4.0.22
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.17-beta.2
4.0.17-beta.1
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.4
4.0.3
4.0.2
4.0.1
3.0.9
3.0.7
3.0.6
3.0.5
3.0.3
3.0.2
3.0.1
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
1.0.5
1.0.4
1.0.3
1.0.0
Gözle okunabilir database modülü.
github.com/wioenena-q/JS-WioDB
wioenena-q/JS-WioDB
wio.db
/
types
/
test.ts
8 lines
(4 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
JsonDatabase
}
from
"../index"
;
const
db =
new
JsonDatabase
<
number
>(); db.
set
(
"a"
,
3
)
console
.
log
(db.
path
)