ocarina

Simplified API for Oracle, built on top of official orabledb library

Usage no npm install needed!

<script type="module">
  import ocarina from 'https://cdn.skypack.dev/ocarina';
</script>

README

Ocarina: Simplified Oracle Data Access

Ocarina aims to simplify Oracle data access with Node, by creating a friendlier API on top of the official Oracle driver for Node.

Getting Started

You will need to install the official Oracle driver first. Once you have done that, you can install and use Ocarina.

  • npm install --save oracledb ocarina

Legal Junk

Ocarina is © Copyright 2016 Muted Solutions, LLC. All Rights Reserved.

This library is freely distributed under the MIT License.