{"id":15763372,"url":"https://github.com/peter-evans/jooq-pg-int8multirange","last_synced_at":"2026-04-28T20:03:39.694Z","repository":{"id":77843075,"uuid":"471301036","full_name":"peter-evans/jOOQ-pg-int8multirange","owner":"peter-evans","description":"Custom jOOQ binding for PostgreSQL int8multirange type","archived":false,"fork":false,"pushed_at":"2023-12-04T09:10:00.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-05T11:41:39.941Z","etag":null,"topics":["jooq","jooq-binding","jooq-converter","multirange","postgres-multirange","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peter-evans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-18T09:07:37.000Z","updated_at":"2022-03-19T08:55:37.000Z","dependencies_parsed_at":"2024-10-25T11:31:50.729Z","dependency_job_id":"b4d863a5-2e50-44dc-8f24-32ed3438cdac","html_url":"https://github.com/peter-evans/jOOQ-pg-int8multirange","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2FjOOQ-pg-int8multirange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2FjOOQ-pg-int8multirange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2FjOOQ-pg-int8multirange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2FjOOQ-pg-int8multirange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-evans","download_url":"https://codeload.github.com/peter-evans/jOOQ-pg-int8multirange/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450475,"owners_count":20779421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jooq","jooq-binding","jooq-converter","multirange","postgres-multirange","postgresql"],"created_at":"2024-10-04T11:41:46.146Z","updated_at":"2026-04-28T20:03:34.664Z","avatar_url":"https://github.com/peter-evans.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jOOQ-pg-int8multirange [\u003cimg align=\"right\" alt=\"The blog of Peter Evans: Using Postgres multirange types with jOOQ\" title=\"View blog post\" src=\"https://peterevans.dev/img/blog-published-badge.svg\"\u003e](https://peterevans.dev/posts/postgres-multirange-types-with-jooq/)\n\n[![CI](https://github.com/peter-evans/patience/actions/workflows/ci.yml/badge.svg)](https://github.com/peter-evans/patience/actions/workflows/ci.yml)\n\nCustom jOOQ binding for PostgreSQL int8multirange type.\n\n# About\n\nPostgreSQL 14 introduces [built-in multirange types](https://www.postgresql.org/docs/14/rangetypes.html).\nSupport for these types is [not yet available in jOOQ](https://github.com/jOOQ/jOOQ/issues/13172).\nThis repository demonstrates a custom binding and converter to allow jOOQ to work with these types.\n\n# Usage\n\nCreate a field and set the `DataType` with the binding.\n\n```kotlin\n    private val rangesField = field(\n        name(\"test\", \"ranges\"),\n        SQLDataType.VARCHAR.asConvertedDataType(Int8MultiRangeBinding())\n    )\n```\n\nSee [Int8MultiRange](src/main/kotlin/Int8MultiRange.kt) and associated [tests](src/test/kotlin/Int8MultiRangeTest.kt) for working examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fjooq-pg-int8multirange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-evans%2Fjooq-pg-int8multirange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fjooq-pg-int8multirange/lists"}