You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library needs the ability to seamlessly map between the Javascript property types on decorated classes and the underlying CQL column type specified on the column.
It should be able to use intelligent defaults based on the combination of the two types. For example, a JS property with a type of object and a column definition of type text should be serialized using JSON.stringify().
Date <-> TimeUuid, etc
The text was updated successfully, but these errors were encountered:
The library needs the ability to seamlessly map between the Javascript property types on decorated classes and the underlying CQL column type specified on the column.
It should be able to use intelligent defaults based on the combination of the two types. For example, a JS property with a type of
object
and a column definition of typetext
should be serialized using JSON.stringify().Date <-> TimeUuid, etc
The text was updated successfully, but these errors were encountered: