planetscale/database-js

Strongly type "type" property of Field

Open

#141 geöffnet am 24. Sept. 2023

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)TypeScript (40 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (1.197 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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