ServiceStack.OrmLite.Oracle by Service Stack, Guru Kathiresan

<PackageReference Include="ServiceStack.OrmLite.Oracle" Version="4.0.6" />

 ServiceStack.OrmLite.Oracle 4.0.6

Light, simple and fast convention-based code-first POCO ORM for Oracle RDBMS. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Oracle.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ServiceStack.OrmLite.Oracle</id>
    <version>4.0.6</version>
    <title>OrmLite.Oracle - Fast, code-first, config-free Poco ORM</title>
    <authors>Service Stack, Guru Kathiresan</authors>
    <owners>Service Stack, Guru Kathiresan</owners>
    <licenseUrl>https://servicestack.net/terms</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</projectUrl>
    <iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Light, simple and fast convention-based code-first POCO ORM for Oracle RDBMS.
        Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Oracle.</description>
    <copyright>ServiceStack 2013 and contributors</copyright>
    <language>en-US</language>
    <tags>Oracle SQL OrmLite POCO Code-First Orm Schema-less Blobs</tags>
    <dependencies>
      <dependency id="ServiceStack.OrmLite" version="4.0" />
    </dependencies>
  </metadata>
</package>