1
- angular-sql-query
2
- =====================
3
- A simpler way to query a SQLite database
1
+ # angular-sql-query
4
2
5
3
[ ![ NPM version] [ npm-image ]] [ npm-url ]
6
- [ ![ Build status] [ travis-image ]] [ travis-url ]
7
- [ ![ Test coverage] [ coveralls-image ]] [ coveralls-url ]
4
+ [ ![ Build status] [ circleci-image ]] [ circleci-url ]
5
+ [ ![ Codacy Badge] [ codacy-image ]] [ codacy-url ]
6
+ [ ![ Codacy Coverage] [ codacy-coverage-image ]] [ codacy-coverage-url ]
8
7
[ ![ Dependency Status] [ david-image ]] [ david-url ]
9
8
[ ![ License] [ license-image ]] [ license-url ]
10
9
[ ![ Downloads] [ downloads-image ]] [ downloads-url ]
@@ -24,7 +23,7 @@ When you're done, your setup should look similar to the following:
24
23
<!doctype html>
25
24
<html ng-app =" myApp" >
26
25
<head >
27
-
26
+
28
27
</head >
29
28
<body >
30
29
...
@@ -176,10 +175,16 @@ user.execute('SELECT * FROM user WHERE id=?', [1]);
176
175
177
176
[ npm-image ] : https://img.shields.io/npm/v/angular-sql-query.svg?style=flat-square
178
177
[ npm-url ] : https://npmjs.org/package/angular-sql-query
179
- [ travis -image] : https://img.shields.io/travis /SimpliField/angular-sql-query.svg?style=flat-square
180
- [ travis -url] : https://travis-ci.org /SimpliField/angular-sql-query
178
+ [ circleci -image] : https://circleci.com/gh /SimpliField/angular-sql-query.svg?style=shield
179
+ [ circleci -url] : https://circleci.com/gh /SimpliField/angular-sql-query
181
180
[ coveralls-image ] : https://img.shields.io/coveralls/SimpliField/angular-sql-query.svg?style=flat-square
182
181
[ coveralls-url ] : https://coveralls.io/r/SimpliField/angular-sql-query
182
+ [ codacy-image ] : https://api.codacy.com/project/badge/Grade/67af78db2da041f5a2d0dd9ca52850dd
183
+ [ codacy-url] :
184
+ https://www.codacy.com/app/arnaud-spanneut/angular-sql-query/dashboard
185
+ [ codacy-coverage-image ] : https://api.codacy.com/project/badge/Coverage/67af78db2da041f5a2d0dd9ca52850dd
186
+ [ codacy-coverage-url] :
187
+ https://www.codacy.com/app/arnaud-spanneut/angular-sql-query/dashboard
183
188
[ david-image ] : http://img.shields.io/david/SimpliField/angular-sql-query.svg?style=flat-square
184
189
[ david-url ] : https://david-dm.org/SimpliField/angular-sql-query
185
190
[ license-image ] : http://img.shields.io/npm/l/angular-sql-query.svg?style=flat-square
0 commit comments