Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 473 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 473 Bytes

SpyrosORM

is a lightweight Object-Relational Mapping (ORM) library for .NET applications, designed to simplify database interactions by allowing developers to work with data as .NET objects rather than direct database queries.

Features

*Lightweight and easy to integrate into existing .NET projects.
*Supports common CRUD operations (Create, Read, Update, Delete).
*Compatible with multiple database systems.
*Uses LINQ for querying the database.