diff --git a/packages.json b/packages.json index 5d5fc8c..954a011 100644 --- a/packages.json +++ b/packages.json @@ -12348,5 +12348,17 @@ "description": "A thin SQLite wrapper with proper type safety", "license": "MIT", "web": "https://github.com/GULPF/tiny_sqlite" + }, + { + "name": "sqlbuilder", + "url": "https://github.com/ThomasTJdev/nim_sqlbuilder", + "method": "git", + "tags": [ + "sql", + "sqlbuilder" + ], + "description": "A SQLbuilder with support for NULL values", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_sqlbuilder" } ]