planetscale/database-js

Strongly type "type" property of Field

Open

#141 aperta il 24 set 2023

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)TypeScript (40 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (1197 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor