UNPKG
asta.db
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
Enhanced database solution with QuickDB-like features
asta.db
/
data.json
20 lines
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"user"
:
{
"name"
:
"Asta"
,
"tasks"
:
[
"coding"
]
}
,
"users"
:
[
{
"id"
:
1
,
"name"
:
"Asta"
,
"banned"
:
false
}
,
{
"id"
:
2
,
"name"
:
"Yuno"
,
"banned"
:
true
}
]
}