11<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 " />
22
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 )
44
55Postgres/MySQL/MariaDB/SQLite3 adapter for [ js-data] ( http://www.js-data.io/ ) .
66
7- ## API Documentation
7+ ### API Documentation
88[ DSSqlAdapter] ( http://www.js-data.io/docs/dssqladapter )
99
10- ## Project Status
10+ ### Project Status
1111
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 )
1913
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
2123` npm install --save js-data js-data-sql ` .
2224
2325``` js
@@ -39,16 +41,16 @@ store.registerAdapter('sql', adapter, { default: true });
3941// "store" will now use the Sql adapter for all async operations
4042```
4143
42- ## Changelog
44+ ### Changelog
4345[ CHANGELOG.md] ( https://github.com/js-data/js-data-sql/blob/master/CHANGELOG.md )
4446
45- ## Community
47+ ### Community
4648- [ Mailing List] ( https://groups.io/org/groupsio/jsdata ) - Ask your questions!
4749- [ Issues] ( https://github.com/js-data/js-data-sql/issues ) - Found a bug? Feature request? Submit an issue!
4850- [ GitHub] ( https://github.com/js-data/js-data-sql ) - View the source code for js-data.
4951- [ Contributing Guide] ( https://github.com/js-data/js-data-sql/blob/master/CONTRIBUTING.md )
5052
51- ## Contributing
53+ ### Contributing
5254
5355First, 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 ) .
5456
@@ -61,7 +63,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/
61631 . Write your code, including relevant documentation and tests
62641 . Submit a PR and we'll review
6365
64- ## License
66+ ### License
6567
6668The MIT License (MIT)
6769
0 commit comments