1
1
<img src =" https://raw.githubusercontent.com/js-data/js-data/master/js-data.png " alt =" js-data logo " title =" js-data " align =" right " width =" 64 " height =" 64 " />
2
2
3
- ## js-data-sql [ ![ NPM version] ( https://badge.fury .io/js/ js-data-sql.png )] ( http ://badge.fury. io/js/ js-data-sql)
3
+ ## js-data-sql [ ![ npm version] ( https://img.shields .io/npm/v/js-data-sql.svg?style=flat-square )] ( https://www.npmjs.org/package/ js-data-sql) [ ![ Circle CI ] ( https://img.shields.io/circleci/project/js-data/js-data-sql/master.svg?style=flat-square )] ( https ://circleci.com/gh/js-data/js-data-sql/tree/master ) [ ![ npm downloads ] ( https://img.shields. io/npm/dm/js-data-sql.svg?style=flat-square )] ( https://www.npmjs.org/package/ js-data-sql) [ ![ License ] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://github.com/js-data/js-data-sql/blob/master/LICENSE )
4
4
5
5
Postgres/MySQL/MariaDB/SQLite3 adapter for [ js-data] ( http://www.js-data.io/ ) .
6
6
7
- ## API Documentation
7
+ ### API Documentation
8
8
[ DSSqlAdapter] ( http://www.js-data.io/docs/dssqladapter )
9
9
10
- ## Project Status
10
+ ### Project Status
11
11
12
- | Branch | Master |
13
- | ------ | ------ |
14
- | NPM | [ ![ NPM] ( https://nodei.co/npm/js-data-sql.png?downloads=true&stars=true )] ( https://nodei.co/npm/js-data-sql/ ) |
15
- | Build Status | [ ![ Circle CI] ( https://circleci.com/gh/js-data/js-data-sql.svg?style=svg )] ( https://circleci.com/gh/js-data/js-data-sql ) |
16
- | Code Climate | [ ![ Code Climate] ( https://codeclimate.com/github/js-data/js-data-sql.png )] ( https://codeclimate.com/github/js-data/js-data-sql ) |
17
- | Dependency Status | [ ![ Dependency Status] ( https://gemnasium.com/js-data/js-data-sql.png )] ( https://gemnasium.com/js-data/js-data-sql ) |
18
- | Coverage | [ ![ Coverage Status] ( https://coveralls.io/repos/js-data/js-data-sql/badge.png?branch=master )] ( https://coveralls.io/r/js-data/js-data-sql?branch=master ) |
12
+ __ Latest Release:__ [ ![ Latest Release] ( https://img.shields.io/github/release/js-data/js-data-sql.svg?style=flat-square )] ( https://github.com/js-data/js-data-sql/releases )
19
13
20
- ## Quick Start
14
+ __ Status:__
15
+
16
+ [ ![ Dependency Status] ( https://img.shields.io/gemnasium/js-data/js-data-sql.svg?style=flat-square )] ( https://gemnasium.com/js-data/js-data-sql ) [ ![ Codacy] ( https://img.shields.io/codacy/4da2bc1bbca74fd38c4532cb8bc8d40a.svg?style=flat-square )] ( https://www.codacy.com/public/jasondobry/js-data-sql/dashboard )
17
+
18
+ __ Supported Platforms:__
19
+
20
+ [ ![ node version] ( https://img.shields.io/badge/Node-0.10%2B-green.svg?style=flat-square )] ( https://github.com/js-data/js-data )
21
+
22
+ ### Quick Start
21
23
` npm install --save js-data js-data-sql ` .
22
24
23
25
``` js
@@ -39,16 +41,16 @@ store.registerAdapter('sql', adapter, { default: true });
39
41
// "store" will now use the Sql adapter for all async operations
40
42
```
41
43
42
- ## Changelog
44
+ ### Changelog
43
45
[ CHANGELOG.md] ( https://github.com/js-data/js-data-sql/blob/master/CHANGELOG.md )
44
46
45
- ## Community
47
+ ### Community
46
48
- [ Mailing List] ( https://groups.io/org/groupsio/jsdata ) - Ask your questions!
47
49
- [ Issues] ( https://github.com/js-data/js-data-sql/issues ) - Found a bug? Feature request? Submit an issue!
48
50
- [ GitHub] ( https://github.com/js-data/js-data-sql ) - View the source code for js-data.
49
51
- [ Contributing Guide] ( https://github.com/js-data/js-data-sql/blob/master/CONTRIBUTING.md )
50
52
51
- ## Contributing
53
+ ### Contributing
52
54
53
55
First, feel free to contact me with questions. [ Mailing List] ( https://groups.io/org/groupsio/jsdata ) . [ Issues] ( https://github.com/js-data/js-data-sql/issues ) .
54
56
@@ -61,7 +63,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
61
63
1 . Write your code, including relevant documentation and tests
62
64
1 . Submit a PR and we'll review
63
65
64
- ## License
66
+ ### License
65
67
66
68
The MIT License (MIT)
67
69
0 commit comments