planetscale/database-js

Strongly type "type" property of Field

Open

#141 opened on Sep 24, 2023

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (40 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (1,197 stars)
PR merge metrics
 (PR metrics pending)

Description

Rather than having the type of "type" Field be of type string, it should be 'INT8' | 'INT16' | ... | string to make it easier to infer what type to check

Contributor guide