Skip to content

Commit

Permalink
feat(readme): adding note about db type to typescript type mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgobich committed Sep 18, 2024
1 parent 3d12186 commit 633fa32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 633fa32

Please sign in to comment.