From d565b0fdc0b0e5a9dedad080fd8f4635e2df2143 Mon Sep 17 00:00:00 2001 From: Gajus Kuizinas Date: Tue, 6 Jun 2017 18:14:12 +0100 Subject: [PATCH] docs: describe use case --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0934b8b..c213c00 100644 --- a/README.md +++ b/README.md @@ -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