aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar NihlgÄrd <oscarnihlgard@gmail.com>2019-01-05 10:44:50 +0100
committerMiran <narimiran@disroot.org>2019-01-05 10:44:50 +0100
commitec99bc7067f9cb8e82f304b480f6a54f5ff10496 (patch)
tree9203f5152bcc74b23986fcc6f645f26fd55a5020
parent1f4be302124c02f030fc2894f77958f9882ee448 (diff)
downloadpackages-ec99bc7067f9cb8e82f304b480f6a54f5ff10496.tar.gz
packages-ec99bc7067f9cb8e82f304b480f6a54f5ff10496.zip
Add tiny_sqlite (#978)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5f54c91..189b993 100644
--- a/packages.json
+++ b/packages.json
@@ -12350,5 +12350,17 @@
"description": "A little lib for generating URL with args.",
"license": "MIT",
"web": "https://github.com/MaxUNof/gurl"
+ },
+ {
+ "name": "tiny_sqlite",
+ "url": "https://github.com/GULPF/tiny_sqlite",
+ "method": "git",
+ "tags": [
+ "database",
+ "sqlite"
+ ],
+ "description": "A thin SQLite wrapper with proper type safety",
+ "license": "MIT",
+ "web": "https://github.com/GULPF/tiny_sqlite"
}
]