Skip to content

Commit 6400b55

Browse files
authored
Create README.md
1 parent 892387c commit 6400b55

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SpatialFocus.EntityFrameworkCore.Extensions
2+
A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).
3+
4+
[![NuGet](https://img.shields.io/nuget/v/SpatialFocus.EntityFrameworkCore.Extensions.svg)](https://www.nuget.org/packages/SpatialFocus.EntityFrameworkCore.Extensions/)
5+
6+
## Nuget
7+
8+
```
9+
Install-Package SpatialFocus.EntityFrameworkCore.Extensions -Version 1.0.0-rc2
10+
```
11+
12+
## Documentation
13+
14+
See the [sample project](https://github.com/SpatialFocus/SpatialFocus.EntityFrameworkCore.Extensions/tree/master/samples/SpatialFocus.EntityFrameworkCore.Extensions.SQLiteDemo) for now.

0 commit comments

Comments
 (0)