lidavidm commented on issue #598:
URL: https://github.com/apache/arrow-adbc/issues/598#issuecomment-1517265388

   One step further might be to provide an object-oriented wrapper around the C 
APIs, e.g.
   
   ```
   namespace adbc {
   class Connection {
   public:
     StatusOr<Statement> NewStatement();
   };
   }
   ```


-- 
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]

Reply via email to