Added package simpledb (#2455)

This commit is contained in:
Josh 2023-01-16 14:32:47 +02:00 committed by GitHub
parent f2abe27659
commit 955d05fde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28499,6 +28499,22 @@
"license": "BSD",
"web": "https://github.com/zendbit/nim.yawd"
},
{
"name": "simpledb",
"url": "https://github.com/jjv360/nim-simpledb",
"method": "git",
"tags": [
"db",
"database",
"nosql",
"sqlite",
"json",
"object"
],
"description": "A simple NoSQL JSON document database",
"license": "MIT",
"web": "https://github.com/jjv360/nim-simpledb"
},
{
"name": "necsus",
"url": "https://github.com/NecsusECS/Necsus",