Added package exporttosqlite3 (#1944)

This commit is contained in:
Niklas Korz 2021-06-24 14:40:26 +02:00 committed by GitHub
parent 26863e225c
commit 05984553ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23042,5 +23042,20 @@
"description": "apache arrow bindings for nim",
"license": "Apache-2.0",
"web": "https://github.com/emef/nimarrow"
},
{
"name": "exporttosqlite3",
"url": "https://github.com/niklaskorz/nim-exporttosqlite3",
"method": "git",
"tags": [
"sqlite3",
"export",
"database",
"db_sqlite",
"sql"
],
"description": "Export Nim functions to sqlite3",
"license": "MIT",
"web": "https://github.com/niklaskorz/nim-exporttosqlite3"
}
]