Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column Type Serializers #2

Open
WonderPanda opened this issue May 4, 2018 · 0 comments
Open

Column Type Serializers #2

WonderPanda opened this issue May 4, 2018 · 0 comments

Comments

@WonderPanda
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant