zth / rescript-edgedb

Use EdgeDB fully type safe in ReScript. Embed EdgeQL right in your ReScript source code.
44 stars 1 forks source link

Support more complex primitive types #3

Closed youngkidwarrior closed 11 months ago

youngkidwarrior commented 11 months ago

Support datatypes that are supported by Rescript Core

Currently I've tried:

zth commented 11 months ago

Bigint for sure, but I'm not sure what to do with since we don't have automatic decoding.

youngkidwarrior commented 11 months ago

If this stays open longs enough I'll probably take a look at it. Currently it's not a blocker for me