mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
13 lines
186 B
JSON
13 lines
186 B
JSON
{
|
|
"name": "db",
|
|
"icon": "📦",
|
|
"category": "storage",
|
|
"pricing": {
|
|
"Db.Create": 10,
|
|
"Db.Read": 10,
|
|
"Db.Update": 10,
|
|
"Db.Delete": 10,
|
|
"Db.Truncate": 10
|
|
}
|
|
}
|