Last Version

SODA (Simple Oracle Document Access) for Java 1.1.7.1

SODA for Java is a library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store. You can use SODA to perform create, read, update, and delete (CRUD) operations on JSON documents, as well as arbitrary binary documents (images, PDFs, mp3s, etc). For all types of documents, CRUD operations are driven by keys (each document in SODA has a unique key). For JSON documents, in addition to keys, operations can be driven by easy to use pattern-like queries knowns as QBEs (queries-by-example).

License

License

MIT
Categories

Categories

Data
GroupId

GroupId

com.oracle.database.soda
ArtifactId

ArtifactId

orajsoda
Version

Version

1.1.7.1
Type

Type

jar
Description

Description

SODA (Simple Oracle Document Access) for Java
SODA for Java is a library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store. You can use SODA to perform create, read, update, and delete (CRUD) operations on JSON documents, as well as arbitrary binary documents (images, PDFs, mp3s, etc). For all types of documents, CRUD operations are driven by keys (each document in SODA has a unique key). For JSON documents, in addition to keys, operations can be driven by easy to use pattern-like queries knowns as QBEs (queries-by-example).
Project URL

Project URL

https://docs.oracle.com/en/database/oracle/simple-oracle-document-access/java/index.html/
Source Code Management

Source Code Management

https://github.com/oracle/soda-for-java.git

Download orajsoda 1.1.7.1


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

Dependencies

compile (2)

Group / Artifact Type Version
com.oracle.database.jdbc : ojdbc8 jar 21.1.0.0
org.glassfish : javax.json jar 1.1.4

Project Modules

There are no modules declared in this project.