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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Provides an abstraction built directly on ADO.NET which falls within the Micro O
8
8
9
9
# Overview
10
10
11
+
***NOTE:*** Since a database connection is represented by a `IDatabaseContext` instance it is important to understand that this instance is not thread-safe. It is therefore important to ensure that the `IDatabaseContext` instance is not shared between threads. See the `DatabaseContextScope` to ensure thread-safe database context flow.
12
+
11
13
The `Shuttle.Core.Data` package provides a thin abstraction over ADO.NET by making use of the `DbProviderFactories`. Even though it provides object/relational mapping mechanisms it is in no way a fully fledged ORM.
0 commit comments