Skip to content

Commit

Permalink
remove dependencies batch
Browse files Browse the repository at this point in the history
- I don't care if I'm on lodash 3.10 or 4
  • Loading branch information
particlebanana committed Jan 29, 2016
1 parent bc545d7 commit fc54815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Sails-MySQL Adapter <a target="_blank" href="http://www.mysql.com"><img src="http://www.mysql.com/common/logos/powered-by-mysql-125x64.png" alt="Powered by MySQL" title="sails-mysql: MySQL adapter for Sails"/></a>
[![Build Status](https://travis-ci.org/balderdashy/sails-mysql.svg?branch=master)](https://travis-ci.org/balderdashy/sails-mysql)
[![npm version](https://badge.fury.io/js/sails-mysql.svg)](http://badge.fury.io/js/sails-mysql)
[![dependencies](https://david-dm.org/balderdashy/sails-mysql.svg)](https://david-dm.org/balderdashy/sails-mysql)

MySQL adapter for the Sails framework and Waterline ORM. Allows you to use MySQL via your models to store and retrieve data. Also provides a `query()` method for a direct interface to execute raw SQL commands.

Expand Down Expand Up @@ -33,7 +32,7 @@ module.exports.connections = {
// OR (explicit sets take precedence)
module : 'sails-mysql',
url : 'mysql2://USER:PASSWORD@HOST:PORT/DATABASENAME'

// Optional
charset : 'utf8',
collation : 'utf8_swedish_ci'
Expand Down

0 comments on commit fc54815

Please sign in to comment.