Add sqliteral (#1459)

This commit is contained in:
Olli Niinivaara 2020-05-07 12:07:56 +03:00 committed by GitHub
parent 1629d7a572
commit 52c2bff7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17727,5 +17727,21 @@
"description": "Autogenerated glew bindings for Nim",
"license": "MIT",
"web": "https://github.com/jyapayne/nim-glew"
},
{
"name": "sqliteral",
"url": "https://github.com/olliNiinivaara/SQLiteral",
"method": "git",
"tags": [
"multi-threading",
"sqlite",
"sql",
"database",
"wal",
"api"
],
"description": "A high level SQLite API for Nim",
"license": "MIT",
"web": "https://github.com/olliNiinivaara/SQLiteral"
}
]