Skip to content

Releases: thesharpninjas/Ninja.Sharp.OpenSODA

First alpha release

17 Apr 15:28
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

This is our first release!

OpenSODA is a NuGet library that you can use to connect and manage entities provided by Oracle SODA (Simple Oracle Document Access). The library provides simple and efficient methods for saving, retrieveing and filtering your entities, with support for both synchronous and asynchronous data access.

It provides multiple integration to SODA instances:

via REST APIs: you can use Oracle Rest APIs to query your Oracle SODA installation.
via QBE: you can filter documents via query-by-example (QBE). This is the most efficient way to connect to SODA. However, it does not natively support serch via textcontains and search in document arrays
via SQL: you can always query your SODA database through SQL instructions