Add crossdb1702 (#2944)

* Added package crossdb

* Update packages.json

crossdb pkg - fix bad tags
This commit is contained in:
George Lemon 2024-11-07 11:12:14 +02:00 committed by GitHub
parent aa09a75f7d
commit fec4f2535f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]