Added package lowdb (#2502)

This commit is contained in:
PhilippMDoerner 2023-02-18 03:55:09 +01:00 committed by GitHub
parent 39b458bac0
commit 116c061bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28911,5 +28911,20 @@
"description": "SVG icon library manager for server-side rendering",
"license": "MIT",
"web": "https://github.com/openpeep/iconim"
},
{
"name": "lowdb",
"url": "https://github.com/PhilippMDoerner/lowdb",
"method": "git",
"tags": [
"sqlite",
"postgres",
"database",
"binding",
"library"
],
"description": "Low level db_sqlite and db_postgres forks with a proper typing",
"license": "MIT",
"web": "https://github.com/PhilippMDoerner/lowdb"
}
]