Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:08 +08:00
commit 873dfabc7d
7 changed files with 743 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "db-tools",
"description": "Drizzle ORM and Postgres database management tools for Bun + Hono backend applications.",
"version": "1.0.0",
"author": {
"name": "Marcio Altoé",
"email": "marcio.altoe@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}