# The Ruby Sequel ORM on the Hibernate Connection Pool

DevFeed: [The Ruby Sequel ORM on the Hibernate Connection Pool](<https://devfeed.tech/articles/the-ruby-sequel-orm-on-the-hibernate-connection-pool-15914.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/the-ruby-sequel-orm-on-the-hibernate-connection-pool>)

Author: Square Engineering

Published: 2013-06-28T16:03:00Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Object-relational mapping](<https://devfeed.tech/topics/orm.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [Java](<https://devfeed.tech/topics/java.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [connection-pool](<https://devfeed.tech/tags/connection-pool.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [hibernate](<https://devfeed.tech/tags/hibernate.md>), [implementation](<https://devfeed.tech/tags/implementation.md>), [integration](<https://devfeed.tech/tags/integration.md>), [orm](<https://devfeed.tech/tags/orm.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

This tutorial explains how to run Ruby's Sequel ORM on a Hibernate-managed connection pool, allowing Java and JRuby to share database connections. It describes the connection-pool proxy, JDBC adapters, and custom Sequel integration.

## Source excerpt

We will demonstrate how to unify access to your database by leveraging the same connection in Java and JRuby.