Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Using Entoty Framework
usign those commands https://docs.microsoft.com/en-us/ef/core/cli/dotnet

Se agrego esta referencia, no dejar en el producto final
dotnet add package Microsoft.EntityFrameworkCore.Sqlite

dotnet ef migrations add asdfg
dotnet ef database update

optionsBuilder.UseSqlite("Data Source=My.db");