Skip to content

Commit 7f08c81

Browse files
committed
2 parents bd9d3c8 + e3935fd commit 7f08c81

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# json-sql-utility
22

3+
[![module verion and npm link][npm]][npm-url]
4+
[![bundlephobia minified size][size-min]][bundlephobia-url]
5+
[![bundlephobia minizipped size][size-minzip]][bundlephobia-url]
6+
37
This module is useful for buidling SQL queries from JSON objects.
48
Currently only SELECT query is supported.
59

@@ -68,4 +72,11 @@ GROUP BY A, B, C
6872
ORDER BY A
6973
7074
*/
71-
```
75+
```
76+
77+
78+
[npm]: https://img.shields.io/npm/v/json-sql-utility.svg
79+
[npm-url]: https://www.npmjs.com/package/json-sql-utility
80+
[size-min]: https://img.shields.io/bundlephobia/min/json-sql-utility
81+
[size-minzip]: https://img.shields.io/bundlephobia/minzip/json-sql-utility
82+
[bundlephobia-url]: https://bundlephobia.com/result?p=json-sql-utility

0 commit comments

Comments
 (0)