add get budgets method
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-24 16:53:52 +07:00
parent bf85f31056
commit 95fe8b530e
5 changed files with 72 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"driver": "PostgreSQL",
"name": "smm",
"database": "smm-core",
"username": "crab",
"password": "crab"
}
]
}