V2 General Discussion #232
taniabogatsch
started this conversation in
General
Replies: 2 comments 1 reply
-
For v2 we should also think about the pre-built libraries as they are getting larger and larger over time. On the other hand, building DuckDB on the fly takes some time and a proper build chain. An fetching pre-built libraries from a different source is not Go-like. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have been using this library for work. In general, I think the library works decently well, but I do think the following improvements would help ergonomics:
Pipe dream, but probably not possible:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, go-duckdb tries to avoid any breaking changes. However, in a recent discussion about opt-in vs. opt-out here for additional driver features, we concluded that some breaking changes when moving to a new version are beneficial.
I am opening this discussion to address possible changes and improvements relevant for a V2.
Related discussion addressing static library builds: #349
Beta Was this translation helpful? Give feedback.
All reactions