Update packages.json (#3001)

add katabase to package list
This commit is contained in:
Amru Rosyada
2025-03-16 07:23:16 +01:00
committed by GitHub
parent 03128c65ff
commit c222c88d4d
+16
View File
@@ -34770,5 +34770,21 @@
"description": "CSS parser and validator",
"license": "MIT",
"web": "https://github.com/thing-king/css"
},
{
"name": "katabase",
"url": "https://github.com/zendbit/katabase",
"method": "git",
"tags": [
"katabase",
"rdbms",
"mysql",
"postgresql",
"sqlite",
"orm"
],
"description": "Simple but flexible and powerfull ORM for Nim language. Currently support MySql/MariaDb, SqLite and PostgreSql",
"license": "MIT",
"web": "https://github.com/zendbit/katabase"
}
]