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

https://github.com/caiocdj/dappersqlite


https://github.com/caiocdj/dappersqlite

csharp dapper spectre-console sqlite

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Dapper Training


Just an console app built with SpectreConsole as an way
to learn how to use Dapper with sqlite as the database.

## To run the Project

### 1- clone the repository

git clone https://github.com/CaioCDJ/dapperSqlite.git

OR

git clone git@github.com:CaioCDJ/dapperSqlite.git
### 2 - restore the project

dotnet restore

### 3 - Run the project

dotnet run