Add db connector1538 (#2419)

This commit is contained in:
ringabout 2022-12-02 01:05:21 +08:00 committed by GitHub
parent e3b2351d89
commit d393378495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28008,5 +28008,18 @@
"description": "apt for SHARP Brain",
"license": "GPL-3.0-or-later",
"web": "https://github.com/genkaisoft/apt-brain"
},
{
"name": "db_connector",
"url": "https://github.com/nim-lang/db_connector",
"method": "git",
"tags": [
"stdlib",
"official",
"database"
],
"description": "Unified database connector.",
"license": "MIT",
"web": "https://github.com/nim-lang/db_connector"
}
]