Skip to content

Commit d01f438

Browse files
Add sqlite to description and keywords
1 parent 9454083 commit d01f438

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sql-template-tag",
33
"version": "5.2.0",
4-
"description": "ES2015 tagged template string for preparing SQL statements, works with `pg` and `mysql`",
4+
"description": "ES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, `sqlite` and `oracledb`",
55
"keywords": [
66
"sql",
77
"template",
@@ -12,6 +12,7 @@
1212
"pg",
1313
"postgres",
1414
"mysql",
15+
"sqlite",
1516
"oracledb",
1617
"oracle"
1718
],

0 commit comments

Comments
 (0)