diff --git a/packages.json b/packages.json index 4a8ee64..f5ba597 100644 --- a/packages.json +++ b/packages.json @@ -34084,7 +34084,7 @@ "util", "date", "intersection", - "easter", + "easter" ], "description": " some useful tools for programming with Nim", "license": "MIT", @@ -34119,5 +34119,22 @@ "description": "tagged pointer types with destructors", "license": "MIT", "web": "https://github.com/metagn/froth" + }, + { + "name": "crossdb", + "url": "https://github.com/openpeeps/crossdb-nim", + "method": "git", + "tags": [ + "database", + "sql", + "imdb", + "embedded-db", + "crossdb", + "rdbms", + "in-memory" + ], + "description": "CrossDB Driver for Nim", + "license": "MIT", + "web": "https://github.com/openpeeps/crossdb-nim" } ]