Update packages.json (#3001)

add katabase to package list
This commit is contained in:
Amru Rosyada 2025-03-16 13:23:16 +07:00 committed by GitHub
parent 03128c65ff
commit c222c88d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
}
]