tursodatabase/libsql

Expose FromValue for custom types

Opened this issue · 0 comments

Hi,

I noticed FromValue implements Sealed and isn't re-exposed to external crates. just checking if this is by design or if you would be open to allowing consumers to implement this trait on custom types (i.e. enums, etc.). It would make integration with any code generated sql queries, etc. a lot easier.