paleolimbot commented on issue #924: URL: https://github.com/apache/arrow-adbc/issues/924#issuecomment-1644529788
This would be very helpful and would also probably increase the probability that others' will write actually write drivers...the scafolding is quite verbose (for good reason...database drivers are hard and the C linking is worth it). At their core, ADBC drivers are "string in record batch stream out" and it would be nice if implementing a driver could minimally be implementing that one function with a driver init function of `InitDriver<DriverClass, DatabaseClass, ConnectionClass, StatementClass>(void* raw_driver, int version)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
