10000 Add note about compatibility · mysqljs/mysql@ab90020 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab90020

Browse files
committed
Add note about compatibility
1 parent 9dd3057 commit ab90020

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ Or if you don't want to use npm / run the latest source:
4242
cd ~/.node_libraries
4343
git clone git://github.com/felixge/node-mysql.git mysql
4444

45+
## Compatibility
46+
47+
This module should run in any node version >= v0.1.102 (July 26, 2010).
48+
However, using a current version of node is encouraged.
49+
4550
## Design Goals
4651

4752
* TDD: All code is written using test driven development, code coverage should approach 100%

0 commit comments

Comments
 (0)
0