Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anibulus/blog.graphql.net
A .Net application using graphql with entity framework. Designed to post and share ideas
https://github.com/anibulus/blog.graphql.net
backend backend-api boilerplate csharp dotnet-core graphql sqlite template
Last synced: 1 day ago
JSON representation
A .Net application using graphql with entity framework. Designed to post and share ideas
- Host: GitHub
- URL: https://github.com/anibulus/blog.graphql.net
- Owner: Anibulus
- Created: 2022-07-31T04:04:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T03:03:29.000Z (over 2 years ago)
- Last Synced: 2024-11-16T14:05:25.411Z (1 day ago)
- Topics: backend, backend-api, boilerplate, csharp, dotnet-core, graphql, sqlite, template
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Using Entoty Framework
usign those commands https://docs.microsoft.com/en-us/ef/core/cli/dotnetSe agrego esta referencia, no dejar en el producto final
dotnet add package Microsoft.EntityFrameworkCore.Sqlitedotnet ef migrations add asdfg
dotnet ef database updateoptionsBuilder.UseSqlite("Data Source=My.db");