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

https://github.com/tomashubelbauer/dapper-sqlite

Looking into using Dapper with SQLite
https://github.com/tomashubelbauer/dapper-sqlite

dapper sqlite

Last synced: about 2 months ago
JSON representation

Looking into using Dapper with SQLite

Awesome Lists containing this project

README

          

# BE

`dotnet new web`

`UseWebRoot("build")` to place CRA build artifacts in.

`UseStaticFiles()` to serve `build`.

`dotnet add package Dapper`

`dotnet add package Microsoft.Data.SQLite.Core`
https://docs.microsoft.com/en-us/windows/uwp/data-access/sqlite-databases

Seems that it is needed to add `dotnet add package Microsoft.Data.SQLite`
in order to bundle SQLite with the application.

## To-Do

### Finalize this