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