aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]