Skip to content

p-26/Deblazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deblazer ORM

Build Status Build Status

Deblazer is the C# ORM written and used by Digitec Galaxus it has query language similiar to LINQ.

Getting Started

Install the latest package from Nuget

Usuage

Use the artifacts tooling to generate the necessary artifacts classes.

var db = new Db("My Connection String");

var top10people = db.Application_Peoples()
    .TakeDb(10)
    .ToList();

Development

Deblazer is written in C# and targets the .NET 4.6.1 Framework

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages