Skip to content

Commit d7cf2f1

Browse files
committed
docs: document plans for MySQL
1 parent f127952 commit d7cf2f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[![Canonical Code Style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical)
77
[![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas)
88

9-
A type generator for Postgres.
9+
A generic type generator for various databases.
10+
11+
The current supported database backend is Postgres. Track [#1 issue](https://github.com/gajus/database-types/issues/1) for MySQL support.
1012

1113
## Example usage
1214

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mightyql": "^3.2.0",
1919
"yargs": "^8.0.1"
2020
},
21-
"description": "A type generator for Postgres.",
21+
"description": "A generic type generator for various databases.",
2222
"devDependencies": {
2323
"ava": "^0.19.1",
2424
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)