diff --git a/packages.json b/packages.json index eb2c0b2..2279d79 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]