From ec99bc7067f9cb8e82f304b480f6a54f5ff10496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Nihlg=C3=A5rd?= Date: Sat, 5 Jan 2019 10:44:50 +0100 Subject: [PATCH] Add tiny_sqlite (#978) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]