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

Generalize complex Cassandra types #425

Open
henrikfoss opened this issue May 27, 2024 · 0 comments
Open

Generalize complex Cassandra types #425

henrikfoss opened this issue May 27, 2024 · 0 comments
Labels
code/new-feature New feature or request

Comments

@henrikfoss
Copy link
Contributor

Currently simple types (int, float etc.), list and dicts are supported. And in pr #424 I added support for list of dicts.

But what if I wanted to make a list of lists that contains dicts or something even bigger? In that case each new complex type would require some messy code to implement. It would be nice if we can come up with a generalized solution for these kinds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant