add easy_sqlite3 (#2028)

This commit is contained in:
Code Hz 2021-10-14 14:53:56 +08:00 committed by GitHub
parent 3e6de3476e
commit eddf6dfc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23905,5 +23905,19 @@
"description": "Bindings for Chipmunk, a fast and lightweight 2D game physics library.",
"license": "MIT",
"web": "https://github.com/avahe-kellenberger/nim-chipmunk"
},
{
"name": "easy_sqlite3",
"url": "https://github.com/codehz/easy_sqlite3",
"method": "git",
"tags": [
"sqlite",
"sqlite3",
"database",
"arc"
],
"description": "Yet another SQLite wrapper for Nim.",
"license": "MIT",
"web": "https://github.com/codehz/easy_sqlite3"
}
]