https://github.com/ErikEJ/EntityFramework.SqlServerCompact
Entity Framework Core SQL Server Compact provider
https://github.com/ErikEJ/EntityFramework.SqlServerCompact
asp-net c-sharp entity-framework entity-framework-core sql-server-compact
Last synced: about 16 hours ago
JSON representation
Entity Framework Core SQL Server Compact provider
- Host: GitHub
- URL: https://github.com/ErikEJ/EntityFramework.SqlServerCompact
- Owner: ErikEJ
- License: apache-2.0
- Archived: true
- Created: 2015-05-02T11:46:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T07:14:06.000Z (over 2 years ago)
- Last Synced: 2024-11-03T13:07:51.571Z (6 months ago)
- Topics: asp-net, c-sharp, entity-framework, entity-framework-core, sql-server-compact
- Language: C#
- Homepage:
- Size: 19 MB
- Stars: 74
- Watchers: 11
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-entity-framework-core - EntityFrameworkCore.SqlServerCompact40 - Entity Framework Core SQL Server Compact provider. (Providers / Contents)
README
# EntityFrameworkCore.SqlServerCompact
This project is the Entity Framework Core SQL Server Compact providers for SQL Server Compact 4.0 and 3.5 SP2.This project is archived, as SQL Server Compact is out of support.
[](https://ci.appveyor.com/project/ErikEJ/entityframework-sqlservercompact/branch/master)
This provider is mainly intended for desktop applications under .NET 4.6.1 (Console, WPF, WinForms and Services), but may also work under ASP.NET 4.6.1 and ASP.NET Core 2.0 when using the full .NET Framework runtime. It does **not** work under the .NET Core runtime.
See the [Wiki pages](https://github.com/ErikEJ/EntityFramework.SqlServerCompact/wiki) for information on how to get started with the source code and the NuGet package.
You can find the latest build on the [MyGet feed](https://www.myget.org/gallery/ef7-sqlce)
Testing, comments, questions, pull requests are most welcome!