Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 37b2c07

Browse files
committed
fix link
1 parent 8da759a commit 37b2c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OrmLite was designed with a focus on the core objectives:
1515
* Create/Drop DB Table schemas using nothing but POCO class definitions (IOTW a true code-first ORM)
1616
* Simplicity - typed, wrist friendly API for common data access patterns.
1717
* High performance - with support for indexes, text blobs, etc.
18-
* Amongst the [fastest Micro ORMs](http://servicestack.net/benchmarks/) for .NET (just behind [Dapper](http://code.google.com/p/dapper-dot-net/)).
18+
* Amongst the [fastest Micro ORMs](http://mono.servicestack.net/benchmarks/) for .NET.
1919
* Expressive power and flexibility - with access to IDbCommand and raw SQL
2020
* Cross platform - supports multiple dbs (currently: Sql Server, Sqlite, MySql, PostgreSQL, Firebird) running on both .NET and Mono platforms.
2121

0 commit comments

Comments
 (0)