https://github.com/rd003/dotnetsqlitedemo
Dotnet core apis with sqlite and dapper
https://github.com/rd003/dotnetsqlitedemo
dapper-dot-net-core dapper-sqlite dotnet7 dotnetapi dotnetcoreapi
Last synced: 3 months ago
JSON representation
Dotnet core apis with sqlite and dapper
- Host: GitHub
- URL: https://github.com/rd003/dotnetsqlitedemo
- Owner: rd003
- License: mit
- Created: 2023-10-02T11:19:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:24:47.000Z (over 1 year ago)
- Last Synced: 2025-01-12T22:09:36.436Z (4 months ago)
- Topics: dapper-dot-net-core, dapper-sqlite, dotnet7, dotnetapi, dotnetcoreapi
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotnet core crud app with Sqlite & dapper
## How to run app
- clone the app
- open the folder DotnetSqliteDemo in terminal
- dotnet run
- or just run with vscode/visual studio's run button