Skip to content

Commit d565b0f

Browse files
committed
docs: describe use case
1 parent 5a396c4 commit d565b0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ A generic type generator for various databases.
1010

1111
The current supported database backend is Postgres. Track [#1 issue](https://github.com/gajus/database-types/issues/1) for MySQL support.
1212

13+
## Use case
14+
15+
If you are developing applications in JavaScript and using either of the strict type systems, then you can use `database-types` to generate types describing the database.
16+
1317
## Example usage
1418

1519
### Generating Flow types

0 commit comments

Comments
 (0)