tylerlrhodes / bagombo

Simple blogging software in ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Sqlite or SQL Server based upon appsettings.json configuration

tylerlrhodes opened this issue · comments

  • Get rid of using Full-Text search from SQL Server and migrate to EF Core 2.0's EF.Functions.Like
  • Startup logic to use correct connection string
  • How to organize SQL initialization scripts for the project
  • Better unit testing for DB layer to ensure functionality across providers is equivalent