zeroshade opened a new pull request, #246: URL: https://github.com/apache/iceberg-go/pull/246
Building on #244 and #245 (both of which would need to be merged before this), this creates an initial implementation of a SQL catalog. We're utilizing the https://bun.uptrace.dev/ ORM to handle dispatching queries among SQLite, Postgres, Oracle, MySQL, and MSSQL dialects, but accepts a standard `*sql.DB` object and custom drivers rather than bundling them directly into this package. That provides extra flexibility as long as the desired database supports one of the SQL dialects that are implemented. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org