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
A package that enables SQL Server LocalDB on ARM based Windows systems without using containers.
2
+
A package that enables SQL Server LocalDB on ARM-based Windows systems without using containers.
3
+
4
+
## Usage
5
+
This can be inserted into your startup. If you are not using an ARM processor or not using LocalDB in your connection string this will simply return your connection string. This way some of the people on the team can use an ARM system without impacting others.
6
+
7
+
```
8
+
using IntelliTect.LocalDbOnArm;
9
+
...
10
+
// Your connection string typically obtained from settings.
0 commit comments