Skip to content

Commit 144800f

Browse files
committedJul 29, 2010
Readme update and added License
1 parent 44d9e53 commit 144800f

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed
 

‎License

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2010 Felix Geisendörfer (felix@debuggable.com)
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

‎Readme.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MySQL
1+
# node-mysql
22

33
## Purpose
44

@@ -12,21 +12,23 @@ A node.js module implementing the
1212
* Portability: Should run anywhere node runs
1313
* Completeness: The goal is to support the full MySQL API.
1414

15-
## Current state
15+
## Todo
16+
17+
At this point this module is not ready for anything yet.
18+
19+
* Authentication
20+
* High level API
21+
* Queries
22+
* Prepared Statements
23+
* ...
24+
25+
## License
1626

17-
Not ready for anything yet.
27+
node-mysql is licensed under the MIT license.
1828

1929
## Sponsors
2030

2131
* [Joyent](http://www.joyent.com/)
2232

2333
This is a big effort. If your company could benefit from a top-notch MySQL driver
24-
for node, a small sponsorship payment would be greatly appreciated.
25-
26-
## Todo
27-
28-
* Authentication
29-
* High level API
30-
* Queries
31-
* Prepared Statements
32-
* ...
34+
for node, a small sponsorship payment would be greatly appreciated.

0 commit comments

Comments
 (0)
Please sign in to comment.