jDBI

jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.

Лицензия

Лицензия

Категории

Категории

JDBI Данные Базы данных
Группа

Группа

org.jdbi
Идентификатор

Идентификатор

jdbi
Последняя версия

Последняя версия

2.78
Дата

Дата

Тип

Тип

jar
Описание

Описание

jDBI
jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
Ссылка на сайт

Ссылка на сайт

http://jdbi.org/
Система контроля версий

Система контроля версий

https://github.com/jdbi/jdbi/

Скачать jdbi

Имя Файла Размер
jdbi-2.78.pom
jdbi-2.78.jar 526 KB
jdbi-2.78-sources.jar 202 KB
jdbi-2.78-javadoc.jar 822 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.jdbi/jdbi/ -->
<dependency>
    <groupId>org.jdbi</groupId>
    <artifactId>jdbi</artifactId>
    <version>2.78</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdbi/jdbi/
implementation 'org.jdbi:jdbi:2.78'
// https://jarcasting.com/artifacts/org.jdbi/jdbi/
implementation ("org.jdbi:jdbi:2.78")
'org.jdbi:jdbi:jar:2.78'
<dependency org="org.jdbi" name="jdbi" rev="2.78">
  <artifact name="jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdbi', module='jdbi', version='2.78')
)
libraryDependencies += "org.jdbi" % "jdbi" % "2.78"
[org.jdbi/jdbi "2.78"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
log4j : log4j Необязательный jar 1.2.17
org.springframework : spring-beans Необязательный jar 3.0.0.RELEASE
org.springframework : spring-jdbc Необязательный jar 3.0.0.RELEASE
org.springframework : spring-tx Необязательный jar 3.0.0.RELEASE
org.slf4j : slf4j-api Необязательный jar 1.7.12
org.antlr : stringtemplate Необязательный jar 3.2.1

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : annotations Необязательный jar 2.0.3

test (10)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 1.3
org.easymock : easymock jar 3.3
com.google.guava : guava jar 19.0
org.apache.commons : commons-jexl jar 2.1.1
org.springframework : spring-test jar 3.0.0.RELEASE
com.h2database : h2 jar 1.3.173
org.apache.derby : derby jar 10.10.1.1
postgresql : postgresql jar 9.1-901-1.jdbc4
org.hsqldb : hsqldb jar 2.3.2

Модули Проекта

Данный проект не имеет модулей.

Jdbi Logo

Build Status

The Jdbi library provides convenient, idiomatic access to relational databases in Java.

Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it.

Prerequisites

Jdbi 3 requires Java 8 or better.

We run CI tests against Java 8, 11, 14, and 15. We recommend running the latest GA JDK.

At this point Java 8 is considered deprecated. While Jdbi does not (yet) have a specific date to drop support, please chart your path forward to a supported JDK!

Builds

Jdbi is built with Maven:

$ mvn clean install

The tests use real Postgres and H2 databases.

You do not need to install anything--the tests will spin up temporary database servers as needed.

Contributing

Please read CONTRIBUTING.md for instructions to set up your development environment to build Jdbi.

Versioning

We use SemVer for versioning.

License

This project is licensed under the Apache 2.0 license.

Project Members

  • Brian McCallister (@brianm) - Project Founder
  • Steven Schlansker (@stevenschlansker)
  • Henning Schmiedehausen (@hgschmie)
  • Matthew Hall (@qualidafial)
  • Artem Prigoda (@arteam)
  • Marnick L'Eau (@TheRealMarnes)

Special Thanks

  • Alex Harin (@aharin) - Kotlin plugins.
  • Ali Shakiba (@shakiba) - JPA plugin
  • @alwins0n - Vavr plugin.
  • Fred Deschenes (@FredDeschenes) - Kotlin unchecked extensions for Jdbi functions. @BindFields, @BindMethods annotations.
org.jdbi
https://jdbi.org

Версии библиотеки

Версия
2.78
2.77
2.76
2.75
2.74
2.73
2.72
2.71
2.70
2.69-alpha
2.63.1
2.63
2.62
2.61
2.60
2.59
2.58
2.57
2.56
2.55
2.53
2.51
2.50
2.49
2.48.2
2.48.1
2.48
2.47
2.45
2.44
2.43.1
2.43
2.41.2
2.41.1
2.41
2.40
2.39.1
2.39
2.38.1
2.38
2.37.2
2.37.1
2.37
2.36.2
2.36.1
2.35
2.34.1
2.34
2.33.3
2.33.2
2.33.1
2.33
2.32
2.31.3
2.31.2
2.31.1
2.31
2.30
2.29
2.28
2.27
2.25
2.24
2.23
2.22
2.21
2.20
2.19
2.17
2.16
2.15
2.14.1
2.14
2.13
2.12
2.10.2
2.10.1
2.10.0
2.9.4
2.7.1
2.7.0
2.6.0
2.5.0
2.4.9
2.4.8
2.4.7
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
2.0.1