Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 1b41c161
authored
Feb 08, 2012
by
Sascha Depold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
1 parent
9ba84677
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
README.md
README.md
View file @
1b41c16
...
@@ -41,8 +41,7 @@ Contributing to sequelize requires you to have
...
@@ -41,8 +41,7 @@ Contributing to sequelize requires you to have
[
MySQL
](
http://www.mysql.com/
)
up and running in your local
[
MySQL
](
http://www.mysql.com/
)
up and running in your local
environment. The reason for that is that we have test cases that runs
environment. The reason for that is that we have test cases that runs
against an actual MySQL server and make sure everything is always
against an actual MySQL server and make sure everything is always
working. Furthermore sequelize supports SQLite. So this should be working
working.
on your machine as well :)
That is also one of the reasons your features must come with tests:
That is also one of the reasons your features must come with tests:
let's make sure sequelize will stay awesome as more features are added
let's make sure sequelize will stay awesome as more features are added
...
@@ -59,6 +58,9 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot
...
@@ -59,6 +58,9 @@ $ echo "CREATE DATABASE sequelize_test;" | mysql -uroot
tests, but make sure to don't commit your credentials, we don't want
tests, but make sure to don't commit your credentials, we don't want
to expose your personal data in sequelize codebase ;)
to expose your personal data in sequelize codebase ;)
**AND ONE LAST THING:**
Sequelize also supports SQLite. So this should be working
on your machine as well :)
### 2. Install the dependencies ###
### 2. Install the dependencies ###
Just "cd" into sequelize directory and run
`npm install`
, see an example below:
Just "cd" into sequelize directory and run
`npm install`
, see an example below:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment