OMeta 0.3.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package OMeta --version 0.3.0.1
NuGet\Install-Package OMeta -Version 0.3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OMeta" Version="0.3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OMeta --version 0.3.0.1
#r "nuget: OMeta, 0.3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OMeta as a Cake Addin
#addin nuget:?package=OMeta&version=0.3.0.1

// Install OMeta as a Cake Tool
#tool nuget:?package=OMeta&version=0.3.0.1

OMeta 是一个关系型数据库元数据信息获取工具,把数据库->表->列,主键、外键、索引、默认值、备注、存储过程、函数、视图等抽象为对象,易于供代码生成工具生成代码使用。

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 602 5/30/2020
0.3.0.6 612 4/23/2019
0.3.0.5 597 4/23/2019
0.3.0.2 611 4/23/2019
0.3.0.1 522 3/20/2019

# 0.3.1

     * 项目初始化
     * 增加部分文档
     * 增加单元测试
     * 项目重命名
     * 整体项目升级到.Net Framework 4.6.1