prql-lib with Zig #3241
Closed
vanillajonathan
started this conversation in
General
Replies: 2 comments
-
That's cool re zig! I've heard lots about it. (unfortunately I've never tried it, so won't be much help; though |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done! #3372 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I never wrote any Zig code before but today I made an attempt to create a "minimal Zig" example that uses prql-lib.
main.zig
Then I try to compile with:
Unfortunately I haven't gotten it working.
Maybe working directly against the C library isn't so user-friendly, and maybe some wrapper functions could be used?
Maybe something along the lines of the code below.
prql.zig
Beta Was this translation helpful? Give feedback.
All reactions