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.
*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.