LazormLib 0.9.0

dotnet add package LazormLib --version 0.9.0
NuGet\Install-Package LazormLib -Version 0.9.0
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="LazormLib" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LazormLib --version 0.9.0
#r "nuget: LazormLib, 0.9.0"
#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 LazormLib as a Cake Addin
#addin nuget:?package=LazormLib&version=0.9.0

// Install LazormLib as a Cake Tool
#tool nuget:?package=LazormLib&version=0.9.0

Lazorm Library

lazorm is a zero config OR mapper for .net applications.

This product consist of 2 different tools, and this lazormlib is one part of them.

To use lazorm functions, user should bring both of them.

Components

1. lazormlib

lazormlib(This pacdkage) is a library module that one dotnet application project must have to use lazorm functions.

You should bring it into your project by using a nuget or dotnet add package like this:

dotnet add pakcage lazormlib

and your project is all set.

2.lazrom generator

This is a dotnet tool for creating Entity class files.

You should install it into your computer as a global dotnet tool.

dotnet tool install --global Lazorm

and once your computer has got lazorm, you should type a command to generate entity classes out from Database Schema.

This is an easyest example to show how it goes.

dotnet lazorm generate -m -k SQLite -c "Data Source=your_sqlite_file"

That's it! You got entity files in your project, /Entities/AutoGenerated folder.

You can start from here.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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
0.9.0 140 6/16/2023
0.7.2 118 6/16/2023
0.6.2 589 4/25/2021
0.6.1 488 10/24/2020
0.6.0 547 10/23/2020
0.5.5 462 10/22/2020
0.5.3 488 9/27/2020
0.5.2 444 9/18/2020
0.4.10 563 9/15/2020
0.4.2 556 9/13/2020
0.3.0 490 9/13/2020
0.2.2 456 9/11/2020

Updated for .Net 7.0