Village

Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Village
Village is a 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool.
Организация-разработчик

Организация-разработчик

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

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

http://svn.apache.org/viewvc

Скачать village

Имя Файла Размер
village-3.3.pom
village-3.3.jar 34 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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

Версия
3.3
3.3-RC3