js-data-sql
Advanced tools
Comparing version 0.11.12 to 0.11.13
{ | ||
"name": "js-data-sql", | ||
"description": "Postgres/MySQL/MariaDB/SQLite3 adapter for js-data.", | ||
"version": "0.11.12", | ||
"version": "0.11.13", | ||
"homepage": "http://www.js-data.io/docs/dssqladapter", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -77,3 +77,3 @@ <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" /> | ||
- You need Node 4.x that includes generator support without a flag | ||
- The tests expect a database to be running follows, but can be overridden by passing the applicable environment variable as indicated (ex. `DB_HOST=192.168.99.100 npm test`). | ||
- The tests expect a database to be running as follows, but can be overridden by passing the applicable environment variable as indicated (ex. `DB_HOST=192.168.99.100 npm test`). | ||
- `DB_HOST`: `localhost` | ||
@@ -80,0 +80,0 @@ - `DB_NAME`: `circle_test` |
Sorry, the diff of this file is too big to display
310236
8456