planetscale/database-js

Strongly type "type" property of Field

Open

#141 opened on 2023年9月24日

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)

説明

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

コントリビューターガイド