Skip to content
AlexLEWIS edited this page Aug 10, 2021 · 89 revisions

FreeSql

Member project of .NET Core Community nuget stats License

中文 | English

Stargazers over time

FreeSql是功能强大的 .NET ORM,支持 .NetFramework 4.0+、.NetCore 2.1+、Xamarin 等支持 NetStandard 所有运行平台。

  • QQ群:4336577(已满)、8578575(在线)、52508226(在线)

  • 欢迎微信关注 dotNET搬砖队,分享.NET Core+FreeSql相关技术栈

分享.NET Core+FreeSql相关技术

Features

  • 🛠 Support CodeFirst data migration.
  • 💻 Support DbFirst import entity class from database, or use Generation Tool.
  • ⛳ Support advanced type mapping, such as PostgreSQL array type, etc.
  • 🌲 Support expression functions, and customizable analysis.
  • 🏁 Support one-to-many and many-to-many navigation properties, include and lazy loading.
  • 📃 Support Read/Write separation, Splitting Table/Database, Global filters, Optimistic and pessimistic locker.
  • 🌳 Support MySql/SqlServer/PostgreSQL/Oracle/Sqlite/Firebird/达梦/人大金仓/神舟通用/翰高/华为GaussDB/Access, etc.

Guide

FreeSql supports basic CURD. In addition, it also supports creating models based on existing databases (DbFirst), and supports creating databases based on models (CodeFirst).

Getting Started

Deep Learning

Advanced

Clone this wiki locally