Breezy
ORM library
A lightweight ORM library that uses source generator to simplify object mapping and asynchronous database operations in C#
Micro ORM with source generator
24 stars
1 watching
1 forks
Language: C#
last commit: about 1 year ago
Linked from 1 awesome list
csharp-sourcegenerator
Related projects:
Repository | Description | Stars |
---|---|---|
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |
shuxinqin/chloe | An ORM library providing a query interface similar to LINQ for interacting with relational databases in .NET. | 1,521 |
phnx47/dapper-repositories | A tool that generates CRUD operations based on C# POCO classes using Dapper Micro ORM | 665 |
dotnet/llvmsharp | A multi-platform .NET Standard library that provides access to the LLVM infrastructure | 849 |
collinalpert/lombok.net | A .NET library that uses source generators to automatically create boilerplate code for classes and structs. | 313 |
fransbouma/massive | A lightweight, dynamic MicroORM for .NET that simplifies database interactions. | 1,799 |
jonwagner/insight.database | A micro-ORM that simplifies interaction with databases using stored procedures and automatic object mapping | 859 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |
mikependon/repodb | An ORM library designed to simplify .NET data access by providing a balance between micro-ORM and full-ORM functionality. | 1,697 |
krozark/cpp-orm | A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases. | 7 |
manyuanrong/dso | A Deno-based ORM library that provides a simple interface to interact with MySQL databases. | 91 |
nick-lucas/limebean | An ORM system for .NET that enables flexible data interaction with various databases. | 28 |
alevy/postgresql-orm | An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. | 78 |
silverqx/tinyorm | A modern C++ ORM library providing a simple interface to interact with databases. | 242 |
distantcam/autoctor | Automatically generates constructors and associated code for managing dependencies in C# classes | 84 |