You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.