mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
13 lines
236 B
JSON
13 lines
236 B
JSON
{
|
|
"name": "datastore",
|
|
"icon": "📦",
|
|
"category": "storage",
|
|
"pricing": {
|
|
"Datastore.Create": 100,
|
|
"Datastore.Read": 100,
|
|
"Datastore.Update": 100,
|
|
"Datastore.Delete": 100,
|
|
"Datastore.CreateIndex": 100
|
|
}
|
|
}
|