SqlSugar provides a simple, open-source Object-Relational Mapping (ORM) framework for .NET applications to interact with various databases.
This .NET ORM supports an extensive range of databases, including SQLServer, MySQL, Oracle, PostgreSQL, and specialized ones like ClickHouse, as detailed in its `Start guide` and specific documentation sections like `3.Insert` and `2.Update`. It offers zero-SQL table building, CRUD operations, and advanced features for SAAS applications such as cross-database querying and tenant data isolation. The framework also supports dynamic class and table building for low-code workflows.
SqlSugar provides a simple, open-source Object-Relational Mapping (ORM) framework for .NET applications to interact with various databases.
.NET developers needing a multi-database compatible ORM for applications requiring easy data interaction, large data handling, or SAAS features should use this.