You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@ follow [@servicestack](http://twitter.com/servicestack) for updates.
3
3
4
4
# Fast, Simple, Typed ORM for .NET
5
5
6
-
OrmLite's goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains a high affinity with SQL, exposing intuitive APIs that generate predictable SQL and maps cleanly to (DTO-friendly) disconnected POCO's. This approach makes easier to reason-about your data access making it obvious what SQL is getting executed at what time, whilst mitigating unexpected behavior, implicit N+1 queries and leaky data access prevalent in Heavy ORMs.
6
+
OrmLite's goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains
7
+
a high affinity with SQL, exposing intuitive APIs that generate predictable SQL and maps cleanly to
8
+
(DTO-friendly) disconnected POCO's. This approach makes easier to reason-about your data access making
9
+
it obvious what SQL is getting executed at what time, whilst mitigating unexpected behavior,
10
+
implicit N+1 queries and leaky data access prevalent in Heavy ORMs.
7
11
8
12
OrmLite was designed with a focus on the core objectives:
_Latest v4+ on NuGet is a commercial release with [free quotas](https://servicestack.net/download#free-quotas)._
50
+
_Latest v4+ on NuGet is a [commercial release](https://servicestack.net/ormlite) with [free quotas](https://servicestack.net/download#free-quotas)._
47
51
48
52
#### [Docs and Downloads for older v3 BSD releases](https://github.com/ServiceStackV3/ServiceStackV3)
49
53
50
54
### Copying
51
55
52
-
Since September 2013, ServiceStack source code is available under GNU Affero General Public License/FOSS License Exception, see license.txt in the source. Alternative [commercial licensing](https://servicestack.net/ormlite) is also available.
56
+
Since September 2013, ServiceStack source code is available under GNU Affero General Public
57
+
License/FOSS License Exception, see license.txt in the source.
58
+
Alternative [commercial licensing](https://servicestack.net/ormlite) is also available.
53
59
54
60
### Contributing
55
61
56
-
Contributors need to approve the [Contributor License Agreement](https://docs.google.com/forms/d/16Op0fmKaqYtxGL4sg7w_g-cXXyCoWjzppgkuqzOeKyk/viewform) before submitting pull-requests, see the [Contributing wiki](https://github.com/ServiceStack/ServiceStack/wiki/Contributing) for more details.
62
+
Contributors need to approve the [Contributor License Agreement](https://docs.google.com/forms/d/16Op0fmKaqYtxGL4sg7w_g-cXXyCoWjzppgkuqzOeKyk/viewform)
63
+
before submitting pull-requests, see the [Contributing wiki](https://github.com/ServiceStack/ServiceStack/wiki/Contributing) for more details.
0 commit comments