mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"name": "db",
|
|
"icon": "📦",
|
|
"category": "storage",
|
|
"pricing": {
|
|
"Db.Create": 100,
|
|
"Db.Read": 100,
|
|
"Db.Update": 100,
|
|
"Db.Delete": 100,
|
|
"Db.Truncate": 100
|
|
}
|
|
}
|