From 633fa32863000c1ee7f310dedc8a42d4fc6beb56 Mon Sep 17 00:00:00 2001 From: Tom Gobich Date: Wed, 18 Sep 2024 19:20:17 -0400 Subject: [PATCH] feat(readme): adding note about db type to typescript type mappings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9067b9e..1e7ac14 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Here's what's required: 2. Your database must be well structured, deviations will cause anomolies in the generated relationships 3. Your AdonisJS application must have its database connection defined +Right now, we only have database type to TypeScript type mappings defined for MySQL and PostgreSQL. Unknown column types will default to `unknown` if they cannot be mapped. + ## Installation You can easily install and configure via the Ace CLI's `add` command.