{"id":19243464,"url":"https://github.com/bootique/bootique-jdbc","last_synced_at":"2025-07-23T21:38:49.831Z","repository":{"id":40794750,"uuid":"48181231","full_name":"bootique/bootique-jdbc","owner":"bootique","description":"JDBC DataSource integration with Bootique","archived":false,"fork":false,"pushed_at":"2025-07-12T13:34:34.000Z","size":1505,"stargazers_count":5,"open_issues_count":5,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-12T15:28:52.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bootique.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bootique.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,"zenodo":null}},"created_at":"2015-12-17T15:09:51.000Z","updated_at":"2025-07-12T13:34:37.000Z","dependencies_parsed_at":"2024-04-04T14:00:23.929Z","dependency_job_id":"4472a472-c560-4e6a-909d-a41a783eac83","html_url":"https://github.com/bootique/bootique-jdbc","commit_stats":null,"previous_names":["nhl/bootique-jdbc"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/bootique/bootique-jdbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-jdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-jdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-jdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-jdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootique","download_url":"https://codeload.github.com/bootique/bootique-jdbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-jdbc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266753969,"owners_count":23979144,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T17:18:05.408Z","updated_at":"2025-07-23T21:38:49.810Z","avatar_url":"https://github.com/bootique.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  Licensed to ObjectStyle LLC under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ObjectStyle LLC licenses\n  this file to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n  --\u003e\n\n[![build test deploy](https://github.com/bootique/bootique-jdbc/workflows/build%20test%20deploy/badge.svg)](https://github.com/bootique/bootique-jdbc/actions)\n[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.jdbc/bootique-jdbc.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.jdbc/bootique-jdbc/)\n\n# bootique-jdbc\n\nProvides a number of modules for your [Bootique](https://bootique.io) apps to work with JDBC data stores:\n\n* [bootique-jdbc](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc) - an abstract module providing \ninjectable configurable map of named JDBC connection pools (`java.sql.DataSource` instances). Normally you won't be \nimporting this module directly. It will be added automatically as a transitive dependency of concrete modules. \nThere are currently two choices shown below - Tomcat and Hikari.\n\n* [bootique-jdbc-tomcat](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-tomcat) - a concrete\nmodule that provides configurable [Tomcat Connection Pool](https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html).\n\n* [bootique-jdbc-hikaricp](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-hikaricp) - a concrete\nmodule that provides configurable [Hikari Connection Pool](https://github.com/brettwooldridge/HikariCP).\n\n* [bootique-jdbc-tomcat-instrumented](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-tomcat-instrumented) -\na variation of `bootique-jdbc-tomcat` with support for performance metrics.\n\n* [bootique-jdbc-hikaricp-instrumented](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-hikaricp-instrumented) -\na variation of `bootique-jdbc-hikaricp` with support for performance metrics and health checks.\n\n* [bootique-jdbc-junit5](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-junit5) - a DB testing\nfacility for JUnit 5 that helps to prepare test databases (in-memory or Docker-based), datasets and run assertions \nagainst the DB data. Supports API-based and CSV-based data sets. Can be used to test any apps that read or write \nfrom/to RDBMS. E.g. Bootique JDBC apps, non-Bootique JDBC apps, \n[Cayenne apps](https://github.com/bootique/bootique-cayenne/tree/master/bootique-cayenne41-junit5).\n\n* [bootique-jdbc-test](https://github.com/bootique/bootique-jdbc/tree/master/bootique-jdbc-test) - a DB testing\nfacility for JUnit 4. Not as advanced and somewhat convoluted compared to `bootique-jdbc-junit5`.\n\nSee usage example [bootique-jdbc-demo](https://github.com/bootique-examples/bootique-jdbc-demo).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-jdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootique%2Fbootique-jdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-jdbc/lists"}