Skip to content

Commit

Permalink
docs: describe use case
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jun 6, 2017
1 parent 5a396c4 commit d565b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A generic type generator for various databases.

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

## Use case

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.

## Example usage

### Generating Flow types
Expand Down

0 comments on commit d565b0f

Please sign in to comment.