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
- Host: GitHub
- URL: https://github.com/tomashubelbauer/dapper-sqlite
- Owner: TomasHubelbauer
- Created: 2019-09-26T09:53:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:05:16.000Z (about 4 years ago)
- Last Synced: 2025-06-01T16:42:32.445Z (about 1 year ago)
- Topics: dapper, sqlite
- Language: C#
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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