Verse is a modern, fast, object/relational mapper for TypeScript inspired by Entity Framework Core. It features LINQ-style querying, unit of work updates, and a powerful convention-based mapping system. It supports SQLite, Postgres, MySQL, SQL Server and Oracle databases.

`verse-oracle` is the driver package for Verse that provides support for Oracle databases. It must be used in
combination with the core `verse` [package](https://www.npmjs.com/package/@operativa/verse).

The Getting Started guide is available at [getting started](https://verse.operativa.dev/docs/ref/Tutorials/getting-started).

Reference and API documentation is available at [verse docs](https://operativa-dev.github.io/verse).

Verse is licensed under the [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
