Skip to content

Commit 7efe5e8

Browse files
committed
Changes Readme.md sqlite3 version and adds warning.
1 parent 3bbfca3 commit 7efe5e8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ First, add the correct driver to your `package.json`:
131131
:----------------------|:---------------------------
132132
mysql | `"mysql" : "2.0.0-alpha7"`
133133
postgres<br/>redshift | `"pg": "~1.0.0"`
134-
sqlite | `"sqlite3" : "2.1.9"`
134+
sqlite | `"sqlite3" : "2.1.7"`
135+
136+
These are the versions tested. Use others (older or newer) at your own risk.
135137

136138
### Options
137139

@@ -145,7 +147,7 @@ orm.connect("mysql://username:password@host/database?pool=true", function (err,
145147
});
146148
```
147149

148-
**Note:** `pool` is only supported by mysql & postgres. When 'pool' is set to true, your database connections are cached so that connections can be reused, optimizing performance.
150+
**Note:** `pool` is only supported by mysql & postgres. When 'pool' is set to true, your database connections are cached so that connections can be reused, optimizing performance.
149151

150152
Or as an object:
151153

0 commit comments

Comments
 (0)