rdbc-api-java


Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

io.rdbc
Идентификатор

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

rdbc-api-java
Последняя версия

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

0.0.82
Дата

Дата

Тип

Тип

jar
Описание

Описание

rdbc-api-java
rdbc-api-java
Ссылка на сайт

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

https://github.com/rdbc-io/rdbc
Организация-разработчик

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

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

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

https://github.com/rdbc-io/rdbc

Скачать rdbc-api-java

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.reactivestreams : reactive-streams jar 1.0.2

provided (1)

Идентификатор библиотеки Тип Версия
org.immutables : value jar 2.5.5

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

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

Travis Codecov Maven Central Gitter license

What is rdbc?

rdbc is a SQL-level relational database connectivity API targeting Scala and Java programming languages. The API is fully asynchronous and provides a possibility to leverage Reactive Streams' stream processing capabilities.

Documentation

See the documentation at http://rdbc.io.

Goals

Following list outlines the goals of the API:

  1. Provide vendor neutral access to most commonly used database features.

    The API is meant to be vendor neutral in a sense that if clients stick to using only standard SQL features no vendor-specific code should be needed and database backends can be switched with no client code changes.

  2. Be asynchronous and reactive.

    All methods that can potentially perform I/O actions don't block the executing thread so the API fits well into non-blocking application design. rdbc allows building applications according to the Reactive Manifesto by using Reactive Streams for asynchronous streaming results with a back-pressure.

  3. Provide a foundation for higher-level APIs.

    rdbc is a rather low-level API enabling clients to use plain SQL queries and get results back. While it can be used directly it's also meant to provide a foundation for higher-level APIs like functional or object relational mapping libraries.

io.rdbc

rdbc

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

Версия
0.0.82
0.0.80
0.0.78