rmp135 / sql-ts

Generate TypeScript interfaces from a SQL database.
MIT License
477 stars 65 forks source link

Add support for arrays of UUIDs #102

Closed jwmonroe-outschool closed 2 years ago

jwmonroe-outschool commented 2 years ago

UUID arrays did not have an entry in the built-in type map so they were being compiled to any.

This PR adds support for them to the built-in type map so they are correctly typed as string[]