{"id":15041165,"url":"https://github.com/jcabi/jcabi-jdbc","last_synced_at":"2025-04-12T22:35:00.698Z","repository":{"id":10426110,"uuid":"12587702","full_name":"jcabi/jcabi-jdbc","owner":"jcabi","description":"Fluent Object-Oriented Wrapper of JDBC","archived":false,"fork":false,"pushed_at":"2025-04-11T15:56:59.000Z","size":1991,"stargazers_count":107,"open_issues_count":9,"forks_count":35,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-11T16:59:07.836Z","etag":null,"topics":["databases","java","jdbc","oop","sql"],"latest_commit_sha":null,"homepage":"https://jdbc.jcabi.com/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcabi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2013-09-04T10:02:10.000Z","updated_at":"2025-04-11T15:57:01.000Z","dependencies_parsed_at":"2024-02-14T04:24:29.565Z","dependency_job_id":"5b0ec1c1-f369-4b14-9ffa-d49720b4f47b","html_url":"https://github.com/jcabi/jcabi-jdbc","commit_stats":{"total_commits":603,"total_committers":23,"mean_commits":"26.217391304347824","dds":0.6650082918739635,"last_synced_commit":"4fa7989b032a15000a65ab2480c5088e0f5dd4e2"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-jdbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-jdbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-jdbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcabi%2Fjcabi-jdbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcabi","download_url":"https://codeload.github.com/jcabi/jcabi-jdbc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248642308,"owners_count":21138350,"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":["databases","java","jdbc","oop","sql"],"created_at":"2024-09-24T20:45:42.252Z","updated_at":"2025-04-12T22:35:00.679Z","avatar_url":"https://github.com/jcabi.png","language":"Java","funding_links":[],"categories":["数据库开发"],"sub_categories":[],"readme":"\u003cimg src=\"https://www.jcabi.com/logo-square.svg\" width=\"64px\" height=\"64px\" /\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](https://www.rultor.com/b/jcabi/jcabi-jdbc)](https://www.rultor.com/p/jcabi/jcabi-jdbc)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![mvn](https://github.com/jcabi/jcabi-jdbc/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-jdbc/actions/workflows/mvn.yml)\n[![PDD status](https://www.0pdd.com/svg?name=jcabi/jcabi-jdbc)](https://www.0pdd.com/p?name=jcabi/jcabi-jdbc)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-jdbc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-jdbc)\n[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-jdbc.svg)](https://www.javadoc.io/doc/com.jcabi/jcabi-jdbc)\n[![Coverage Status](https://coveralls.io/repos/jcabi/jcabi-jdbc/badge.svg?branch=__rultor\u0026service=github)](https://coveralls.io/github/jcabi/jcabi-jdbc?branch=__rultor)\n[![jpeek report](https://i.jpeek.org/com.jcabi/jcabi-jdbc/badge.svg)](https://i.jpeek.org/com.jcabi/jcabi-jdbc/)\n[![Hits-of-Code](https://hitsofcode.com/github/jcabi/jcabi-jdbc)](https://hitsofcode.com/view/github/jcabi-jdbc)\n\nMore details are here: [jdbc.jcabi.com](http://jdbc.jcabi.com/index.html).\n\nAlso, read this blog post:\n[_Fluent JDBC Decorator_](http://www.yegor256.com/2014/08/18/fluent-jdbc-decorator.html).\n\n`JdbcSession` is a convenient fluent wrapper around JDBC:\n\n```java\nimport com.jcabi.jdbc.JdbcSession;\npublic class Main {\n  public static void main(String[] args) {\n    String name = new JdbcSession(/* JDBC data source */)\n      .sql(\"SELECT name FROM foo WHERE id = ?\")\n      .set(123)\n      .select(new SingleOutcome\u003cString\u003e(String.class));\n  }\n}\n```\n## How to contribute?\n\nFork the repository, make changes, submit a pull request.\nWe promise to review your changes same day and apply to\nthe `master` branch, if they look correct.\n\nPlease run Maven build before submitting a pull request:\n\n```\n$ mvn clean install -Pqulice\n```\n\nPlease make sure that you're doing so under user account without administrative rights, otherwise the build will fail (postgresql instance needed for tests can't be launched under admin/root account).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-jdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcabi%2Fjcabi-jdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcabi%2Fjcabi-jdbc/lists"}