https://github.com/caiocdj/dappersqlite
https://github.com/caiocdj/dappersqlite
csharp dapper spectre-console sqlite
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caiocdj/dappersqlite
- Owner: CaioCDJ
- Created: 2022-12-01T00:38:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T01:05:35.000Z (over 3 years ago)
- Last Synced: 2025-03-17T11:04:32.475Z (over 1 year ago)
- Topics: csharp, dapper, spectre-console, sqlite
- Language: C#
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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